Changeset 72442 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Jun 5, 2018 6:26:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp
r69500 r72442 87 87 88 88 89 HRESULT HostDnsServiceWin::init( VirtualBox *virtualbox)89 HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *proxy) 90 90 { 91 91 if (m == NULL) … … 129 129 } 130 130 131 HRESULT hrc = HostDnsMonitor::init( virtualbox);131 HRESULT hrc = HostDnsMonitor::init(proxy); 132 132 if (FAILED(hrc)) 133 133 return hrc;
Note:
See TracChangeset
for help on using the changeset viewer.