VirtualBox

Ignore:
Timestamp:
Apr 3, 2019 3:11:36 PM (6 years ago)
Author:
vboxsync
Message:

Main/HostDnsService: Some more cleanup and renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp

    r77984 r77993  
    5252
    5353HostDnsServiceDarwin::HostDnsServiceDarwin()
    54     : HostDnsServiceBase(true)
     54    : HostDnsServiceBase(true /* fThreaded */)
    5555    , m(NULL)
    5656{
     
    9090HRESULT HostDnsServiceDarwin::init(HostDnsMonitorProxy *pProxy)
    9191{
     92    HRESULT hrc = HostDnsServiceBase::init(pProxy);
     93    AssertComRCReturn(hrc, hrc);
     94
    9295    SCDynamicStoreContext ctx;
    9396    RT_ZERO(ctx);
     
    113116    AssertReturn(m->m_Stopper, E_FAIL);
    114117
    115     HRESULT hrc = HostDnsServiceBase::init(pProxy);
    116     AssertComRCReturn(hrc, hrc);
    117 
    118118    return updateInfo();
    119119}
     
    134134
    135135
    136 int HostDnsServiceDarwin::monitorWorker(void)
     136int HostDnsServiceDarwin::monitorThreadProc(void)
    137137{
    138138    m->m_RunLoopRef = CFRunLoopGetCurrent();
     
    155155    CFRelease(watchingArrayRef);
    156156
    157     monitorThreadInitializationDone();
     157    onMonitorThreadInitDone();
    158158
    159159    while (!ASMAtomicReadBool(&m->m_fStop))
Note: See TracChangeset for help on using the changeset viewer.

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