VirtualBox

Changeset 37201 in vbox for trunk


Ignore:
Timestamp:
May 24, 2011 3:46:44 PM (14 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: build fixes

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

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

    r36991 r37201  
    77807780        /* The name of the TAP interface we are using */
    77817781        Bstr tapDeviceName;
    7782         rc = networkAdapter->COMGETTER(HostInterface)(tapDeviceName.asOutParam());
     7782        rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
    77837783        if (FAILED(rc))
    77847784            tapDeviceName.setNull(); /* Is this necessary? */
     
    79457945        Bstr tapDeviceName, tapTerminateApplication;
    79467946        bool isStatic = true;
    7947         rc = networkAdapter->COMGETTER(HostInterface)(tapDeviceName.asOutParam());
     7947        rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
    79487948        if (FAILED(rc) || tapDeviceName.isEmpty())
    79497949        {
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r37200 r37201  
    462462{
    463463    HRESULT hrc = S_OK;
    464     PCFGMNODE pDev, pInst, pCfg, pLunL0;
     464    PCFGMNODE pInst, pCfg, pLunL0;
    465465
    466466    SafeIfaceArray<IPciDeviceAttachment> assignments;
     
    33353335                SafeArray<BSTR> names;
    33363336                SafeArray<BSTR> values;
    3337                 hrc = pMedium->GetProperties((CBSTR)L"",
     3337                hrc = pMedium->GetProperties(Bstr().raw(),
    33383338                                             ComSafeArrayAsOutParam(names),
    33393339                                             ComSafeArrayAsOutParam(values));               H();
     
    43854385                SafeArray<BSTR> names;
    43864386                SafeArray<BSTR> values;
    4387                 hrc = aNetworkAdapter->GetProperties((CBSTR)L"",
     4387                hrc = aNetworkAdapter->GetProperties(Bstr().raw(),
    43884388                                                     ComSafeArrayAsOutParam(names),
    43894389                                                     ComSafeArrayAsOutParam(values));       H();
Note: See TracChangeset for help on using the changeset viewer.

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