- Timestamp:
- Apr 2, 2019 2:12:23 PM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostDnsService.h
r77984 r77985 57 57 58 58 public: 59 59 60 60 static HostDnsServiceBase *createHostDnsMonitor(void); 61 61 void shutdown(); -
trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp
r77984 r77985 75 75 76 76 HostDnsServiceWin::HostDnsServiceWin() 77 : HostDnsMonitor(true)77 : HostDnsServiceBase(true) 78 78 { 79 79 m = new Data();
Note:
See TracChangeset
for help on using the changeset viewer.