VirtualBox

Ignore:
Timestamp:
Feb 6, 2014 5:55:07 PM (11 years ago)
Author:
vboxsync
Message:

6813 stage 7 VirtualBoxImpl.cpp etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImpl.cpp

    r50197 r50355  
    372372 * @return S_OK or error.
    373373 */
    374 STDMETHODIMP VirtualBox::CreateAppliance(IAppliance** anAppliance)
     374HRESULT VirtualBox::createAppliance(ComPtr<IAppliance> &aAppliance)
    375375{
    376376    HRESULT rc;
     
    381381
    382382    if (SUCCEEDED(rc))
    383         appliance.queryInterfaceTo(anAppliance);
     383        appliance.queryInterfaceTo(aAppliance.asOutParam());
    384384
    385385    return rc;
     
    613613
    614614    /* Get the system properties. */
    615     SystemProperties *pSysProps = mVirtualBox->getSystemProperties();
     615    SystemProperties *pSysProps = mVirtualBox->i_getSystemProperties();
    616616    {
    617617        ComObjPtr<MediumFormat> trgFormat = pSysProps->i_mediumFormatFromExtension("iso");
     
    729729
    730730    /* Get the system properties. */
    731     SystemProperties *pSysProps = mVirtualBox->getSystemProperties();
     731    SystemProperties *pSysProps = mVirtualBox->i_getSystemProperties();
    732732
    733733    /* We need a proper source format description */
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