Changeset 17940 in vbox for trunk/src/VBox/Main/generic
- Timestamp:
- Mar 16, 2009 2:47:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44515
- Location:
- trunk/src/VBox/Main/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/DhcpServerRunner.cpp
r17920 r17940 64 64 } 65 65 66 void DhcpServerRunner::detachFromServer() 67 { 68 mProcess = NIL_RTPROCESS; 69 } 70 66 71 int DhcpServerRunner::start() 67 72 { -
trunk/src/VBox/Main/generic/DhcpServerRunner.h
r17882 r17940 69 69 int stop(); 70 70 bool isRunning(); 71 72 void detachFromServer(); 71 73 private: 72 74 Utf8Str mOptions[DHCPCFG_NOTOPT_MAXVAL];
Note:
See TracChangeset
for help on using the changeset viewer.