VirtualBox

Changeset 18214 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 24, 2009 6:30:04 PM (16 years ago)
Author:
vboxsync
Message:

OVF: added AddDescription; return the created VirtualSystemDescription after an export call; write the EULA section to the OVF

Location:
trunk/src/VBox/Frontends
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp

    r18108 r18214  
    605605        {
    606606            ComPtr<IMachine> pMachine = *itM;
    607             CHECK_ERROR_BREAK(pMachine, Export(pAppliance));
     607            ComPtr<IVirtualSystemDescription> pVSD;
     608            CHECK_ERROR_BREAK(pMachine, Export(pAppliance, pVSD.asOutParam()));
    608609        }
    609610
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxExportApplianceWzd.cpp

    r18132 r18214  
    256256            {
    257257                /* Add the export description to our appliance object */
    258                 m.Export (aAppliance);
     258                CVirtualSystemDescription vsd = m.Export (aAppliance);
    259259                fResult = m.isOk();
    260260                if (!fResult)
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