Changeset 98069 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 13, 2023 4:14:44 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155194
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r96407 r98069 256 256 257 257 HostPowerService *pHostPowerService; 258 /** Host's DNS informat on fetching */258 /** Host's DNS information fetching */ 259 259 HostDnsMonitorProxy hostDnsMonitorProxy; 260 260 … … 1061 1061 HRESULT Host::getDomainName(com::Utf8Str &aDomainName) 1062 1062 { 1063 /* XXX: note here should be synchronization with thread polling state1064 * changes in name reso ving system on host */1063 /** @todo XXX: note here should be synchronization with thread polling state 1064 * changes in name resolving system on host */ 1065 1065 return m->hostDnsMonitorProxy.GetDomainName(&aDomainName); 1066 1066 }
Note:
See TracChangeset
for help on using the changeset viewer.