VirtualBox

Changeset 18214 in vbox for trunk/src/VBox/Main/include


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/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ApplianceImpl.h

    r18201 r18214  
    177177                              ComSafeArrayIn(IN_BSTR, aExtraConfigValues));
    178178
     179    STDMETHOD(AddDescription)(VirtualSystemDescriptionType_T aType,
     180                              IN_BSTR aVboxValue,
     181                              IN_BSTR aExtraConfigValue);
     182
    179183    /* public methods only for internal purposes */
    180184
  • trunk/src/VBox/Main/include/MachineImpl.h

    r17911 r18214  
    554554    STDMETHOD(DiscardSettings)();
    555555    STDMETHOD(DeleteSettings)();
    556     STDMETHOD(Export)(IAppliance *appliance);
     556    STDMETHOD(Export)(IAppliance *aAppliance, IVirtualSystemDescription **aDescription);
    557557    STDMETHOD(GetSnapshot) (IN_GUID aId, ISnapshot **aSnapshot);
    558558    STDMETHOD(FindSnapshot) (IN_BSTR aName, ISnapshot **aSnapshot);
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