Changeset 79735 in vbox
- Timestamp:
- Jul 12, 2019 1:02:10 PM (5 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/DHCPConfigImpl.h (modified) (2 diffs)
-
src-server/DHCPConfigImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPConfigImpl.h
r79732 r79735 16 16 */ 17 17 18 #ifndef MAIN_INCLUDED_DHCP ServerConfig_h19 #define MAIN_INCLUDED_DHCP ServerConfig_h18 #ifndef MAIN_INCLUDED_DHCPConfigImpl_h 19 #define MAIN_INCLUDED_DHCPConfigImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 315 315 }; 316 316 317 #endif /* !MAIN_INCLUDED_DHCP ServerImpl_h */318 317 #endif /* !MAIN_INCLUDED_DHCPConfigImpl_h */ 318 -
trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp
r79732 r79735 24 24 #include "LoggingNew.h" 25 25 26 #include <iprt/err .h>26 #include <iprt/errcore.h> 27 27 #include <iprt/net.h> 28 28 #include <iprt/cpp/utils.h>
Note:
See TracChangeset
for help on using the changeset viewer.

