Changeset 76525 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Dec 30, 2018 5:51:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127827
- Location:
- trunk/src/VBox/NetworkServices/DHCP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h
r69500 r76525 18 18 #ifndef __CLIENT_DATA_INT_H__ 19 19 #define __CLIENT_DATA_INT_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 class ClientData -
trunk/src/VBox/NetworkServices/DHCP/Config.h
r69500 r76525 18 18 #ifndef _CONFIG_H_ 19 19 #define _CONFIG_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/asm-math.h>
Note:
See TracChangeset
for help on using the changeset viewer.