Changeset 77984 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Apr 2, 2019 2:06:13 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp
r76553 r77984 87 87 88 88 89 HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *p roxy)89 HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *pProxy) 90 90 { 91 91 if (m == NULL) … … 129 129 } 130 130 131 HRESULT hrc = HostDns Monitor::init(proxy);131 HRESULT hrc = HostDnsServiceBase::init(pProxy); 132 132 if (FAILED(hrc)) 133 133 return hrc; … … 248 248 249 249 250 HRESULT HostDnsServiceWin::updateInfo( )250 HRESULT HostDnsServiceWin::updateInfo(void) 251 251 { 252 252 HostDnsInformation info; … … 471 471 info.searchList.clear(); 472 472 473 HostDns Monitor::setInfo(info);473 HostDnsServiceBase::setInfo(info); 474 474 475 475 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.