VirtualBox

Ignore:
Timestamp:
Apr 2, 2019 2:06:13 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129752
Message:

Main/HostDnsService: Renaming and cleanup (no functional changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp

    r76553 r77984  
    8787
    8888
    89 HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *proxy)
     89HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *pProxy)
    9090{
    9191    if (m == NULL)
     
    129129    }
    130130
    131     HRESULT hrc = HostDnsMonitor::init(proxy);
     131    HRESULT hrc = HostDnsServiceBase::init(pProxy);
    132132    if (FAILED(hrc))
    133133        return hrc;
     
    248248
    249249
    250 HRESULT HostDnsServiceWin::updateInfo()
     250HRESULT HostDnsServiceWin::updateInfo(void)
    251251{
    252252    HostDnsInformation info;
     
    471471        info.searchList.clear();
    472472
    473     HostDnsMonitor::setInfo(info);
     473    HostDnsServiceBase::setInfo(info);
    474474
    475475    return S_OK;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette