Changeset 76525 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Dec 30, 2018 5:51:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127827
- Location:
- trunk/src/VBox/NetworkServices/Dhcpd
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h
r75648 r76525 18 18 #ifndef _DHCPD_CLIENT_ID_H_ 19 19 #define _DHCPD_CLIENT_ID_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/Config.h
r71689 r76525 18 18 #ifndef _DHCPD_CONFIG_H_ 19 19 #define _DHCPD_CONFIG_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.h
r70836 r76525 18 18 #ifndef _DHCPD_DHCPD_H_ 19 19 #define _DHCPD_DHCPD_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r75648 r76525 18 18 #ifndef _DHCPD_DB_H_ 19 19 #define _DHCPD_DB_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/net.h> -
trunk/src/VBox/NetworkServices/Dhcpd/Defs.h
r75648 r76525 18 18 #ifndef _DHCPD_DEFS_H_ 19 19 #define _DHCPD_DEFS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/stdint.h> -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h
r70836 r76525 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef _DHCP_MESSAGE_H_ 18 19 #define _DHCP_MESSAGE_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.h
r75648 r76525 18 18 #ifndef _DHCP_OPTIONS_H_ 19 19 #define _DHCP_OPTIONS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "Defs.h" -
trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.h
r70836 r76525 18 18 #ifndef _DHCPD_IPV4_POOL_H_ 19 19 #define _DHCPD_IPV4_POOL_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/asm.h> -
trunk/src/VBox/NetworkServices/Dhcpd/TimeStamp.h
r70836 r76525 18 18 #ifndef _DHCPD_TIMESTAMP_H_ 19 19 #define _DHCPD_TIMESTAMP_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/string.h> -
trunk/src/VBox/NetworkServices/Dhcpd/lwipopts.h
r70836 r76525 18 18 #ifndef _VBOX_DHCPD_LWIP_OPTS_H_ 19 19 #define _VBOX_DHCPD_LWIP_OPTS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> /* For VBOX_STRICT. */
Note:
See TracChangeset
for help on using the changeset viewer.