Changeset 107615 in vbox for trunk/src/VBox
- Timestamp:
- Jan 10, 2025 9:48:08 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp
r107607 r107615 46 46 { 47 47 Data() 48 : m_fStop(false) { } 48 : m_store(NULL) 49 , m_DnsWatcher(NULL) 50 , m_RunLoopRef(NULL) 51 , m_SourceStop(NULL) 52 , m_fStop(false) 53 , m_evtStop(NIL_RTSEMEVENT) { } 49 54 50 55 SCDynamicStoreRef m_store;
Note:
See TracChangeset
for help on using the changeset viewer.