VirtualBox

Changeset 30300 in vbox for trunk/src


Ignore:
Timestamp:
Jun 18, 2010 8:37:16 AM (15 years ago)
Author:
vboxsync
Message:

Main: another minor BSTR/Bstr fix

File:
1 edited

Legend:

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

    r30289 r30300  
    78427842            {
    78437843                ComPtr<IStorageController> controller;
    7844                 BSTR controllerName;
     7844                Bstr controllerName;
    78457845                ULONG lInstance;
    78467846                StorageControllerType_T enmController;
     
    78537853                * so we have to query needed values here and pass them.
    78547854                */
    7855                 rc = atts[i]->COMGETTER(Controller)(&controllerName);
     7855                rc = atts[i]->COMGETTER(Controller)(controllerName.asOutParam());
    78567856                if (FAILED(rc))
    78577857                    throw rc;
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