Changeset 72402 in vbox for trunk/src/VBox
- Timestamp:
- May 31, 2018 1:07:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostDnsService.h
r72395 r72402 52 52 class HostDnsMonitor 53 53 { 54 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(HostDnsMonitor); 55 54 56 public: 55 57 static HostDnsMonitor *getHostDnsMonitor(VirtualBox *virtualbox); … … 74 76 75 77 private: 76 HostDnsMonitor(const HostDnsMonitor &);77 HostDnsMonitor& operator= (const HostDnsMonitor &);78 78 static DECLCALLBACK(int) threadMonitoringRoutine(RTTHREAD, void *); 79 79 void pollGlobalExtraData();
Note:
See TracChangeset
for help on using the changeset viewer.