Changeset 18214 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 24, 2009 6:30:04 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r18201 r18214 177 177 ComSafeArrayIn(IN_BSTR, aExtraConfigValues)); 178 178 179 STDMETHOD(AddDescription)(VirtualSystemDescriptionType_T aType, 180 IN_BSTR aVboxValue, 181 IN_BSTR aExtraConfigValue); 182 179 183 /* public methods only for internal purposes */ 180 184 -
trunk/src/VBox/Main/include/MachineImpl.h
r17911 r18214 554 554 STDMETHOD(DiscardSettings)(); 555 555 STDMETHOD(DeleteSettings)(); 556 STDMETHOD(Export)(IAppliance *a ppliance);556 STDMETHOD(Export)(IAppliance *aAppliance, IVirtualSystemDescription **aDescription); 557 557 STDMETHOD(GetSnapshot) (IN_GUID aId, ISnapshot **aSnapshot); 558 558 STDMETHOD(FindSnapshot) (IN_BSTR aName, ISnapshot **aSnapshot);
Note:
See TracChangeset
for help on using the changeset viewer.