Changeset 79514 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h
- Timestamp:
- Jul 4, 2019 8:01:58 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h
r76576 r79514 24 24 #include "Defs.h" 25 25 #include <iprt/net.h> 26 #include < string>26 #include <iprt/cpp/ministring.h> 27 27 #include "ClientId.h" 28 28 #include "DhcpOptions.h" 29 29 30 31 /* move to <iptr/net.h>? */32 #define DHCP_OPTION_OVERLOAD_MASK 0x333 #define DHCP_OPTION_OVERLOAD_FILE 0x134 #define DHCP_OPTION_OVERLOAD_SNAME 0x235 30 36 31 … … 48 43 RTNETADDRIPV4 m_giaddr; 49 44 50 std::string m_sname;51 std::string m_file;45 RTCString m_sname; 46 RTCString m_file; 52 47 53 48 OptMessageType m_optMessageType;
Note:
See TracChangeset
for help on using the changeset viewer.