Changeset 75614 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 20, 2018 11:41:35 AM (6 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerImpl.h
r75569 r75614 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; -
trunk/src/VBox/Main/include/NetworkServiceRunner.h
r75569 r75614 36 36 37 37 int setOption(const std::string& key, const std::string& val); 38 void clearOptions(); 38 39 39 40 int start(bool aKillProcOnStop);
Note:
See TracChangeset
for help on using the changeset viewer.