Changeset 77666 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Mar 12, 2019 3:41:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp
r76553 r77666 34 34 struct HostDnsServiceDarwin::Data 35 35 { 36 Data() 37 : m_fStop(false) { } 38 36 39 SCDynamicStoreRef m_store; 37 40 CFRunLoopSourceRef m_DnsWatcher; … … 252 255 { 253 256 HostDnsServiceDarwin::Data *pThis = static_cast<HostDnsServiceDarwin::Data *>(info); 257 AssertPtrReturnVoid(pThis); 254 258 pThis->m_fStop = true; 255 259 }
Note:
See TracChangeset
for help on using the changeset viewer.