Changeset 54108 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 8, 2015 5:31:10 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98107
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r54106 r54108 4316 4316 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 4317 4317 4318 #if 0 /* XXX: We don't yet pass this down to pfnNotifyDnsChanged */ 4318 4319 ComPtr<IVirtualBox> pVirtualBox; 4319 4320 hrc = mMachine->COMGETTER(Parent)(pVirtualBox.asOutParam()); … … 4343 4344 pHost->COMGETTER(DomainName)(domain.asOutParam()); 4344 4345 Log(("domain name = \"%s\"\n", com::Utf8Str(domain).c_str())); 4345 4346 #endif /* 0 */ 4346 4347 4347 4348 ChipsetType_T enmChipsetType;
Note:
See TracChangeset
for help on using the changeset viewer.