Changeset 75648 in vbox for trunk/src/VBox/Main/include/DHCPServerImpl.h
- Timestamp:
- Nov 21, 2018 6:02:38 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerImpl.h
r75617 r75648 50 50 static const std::string kDsrKeyLowerIp; 51 51 static const std::string kDsrKeyUpperIp; 52 static const std::string kDsrKeyConfig; 52 53 }; 53 54 … … 125 126 const com::Utf8Str &aTrunkType); 126 127 HRESULT stop(); 128 HRESULT restart(); 127 129 128 130 struct Data;
Note:
See TracChangeset
for help on using the changeset viewer.