VirtualBox

Changeset 54108 in vbox


Ignore:
Timestamp:
Feb 8, 2015 5:31:10 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98107
Message:

ConsoleImpl: Ifdef out the code to retrieve DNS info in
Console::i_onNATDnsChanged since we don't yet pass it to
pfnNotifyDnsChanged anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r54106 r54108  
    43164316    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    43174317
     4318#if 0 /* XXX: We don't yet pass this down to pfnNotifyDnsChanged */
    43184319    ComPtr<IVirtualBox> pVirtualBox;
    43194320    hrc = mMachine->COMGETTER(Parent)(pVirtualBox.asOutParam());
     
    43434344    pHost->COMGETTER(DomainName)(domain.asOutParam());
    43444345    Log(("domain name = \"%s\"\n", com::Utf8Str(domain).c_str()));
    4345 
     4346#endif /* 0 */
    43464347
    43474348    ChipsetType_T enmChipsetType;
Note: See TracChangeset for help on using the changeset viewer.

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