Searched refs:HostDnsMonitorProxy (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp90 struct HostDnsMonitorProxy::Data
279 /* HostDnsMonitorProxy */
280 HostDnsMonitorProxy::HostDnsMonitorProxy() function in class:HostDnsMonitorProxy
285 HostDnsMonitorProxy::~HostDnsMonitorProxy()
296 void HostDnsMonitorProxy::init(const HostDnsMonitor *mon, VirtualBox* aParent)
298 m = new HostDnsMonitorProxy::Data(mon, aParent);
303 void HostDnsMonitorProxy::notify() const
305 LogRel(("HostDnsMonitorProxy
[all...]
H A DHostDnsService.h32 class HostDnsMonitorProxy;
33 typedef const HostDnsMonitorProxy *PCHostDnsMonitorProxy;
89 class HostDnsMonitorProxy class
92 HostDnsMonitorProxy();
93 ~HostDnsMonitorProxy();
H A DHostImpl.cpp233 HostDnsMonitorProxy hostDnsMonitorProxy;

Completed in 41 milliseconds