Searched defs:HostDnsMonitorProxy (Results 1 - 2 of 2) 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();

Completed in 51 milliseconds