Changeset 18214 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 24, 2009 6:30:04 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r18108 r18214 605 605 { 606 606 ComPtr<IMachine> pMachine = *itM; 607 CHECK_ERROR_BREAK(pMachine, Export(pAppliance)); 607 ComPtr<IVirtualSystemDescription> pVSD; 608 CHECK_ERROR_BREAK(pMachine, Export(pAppliance, pVSD.asOutParam())); 608 609 } 609 610 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxExportApplianceWzd.cpp
r18132 r18214 256 256 { 257 257 /* Add the export description to our appliance object */ 258 m.Export (aAppliance);258 CVirtualSystemDescription vsd = m.Export (aAppliance); 259 259 fResult = m.isOk(); 260 260 if (!fResult)
Note:
See TracChangeset
for help on using the changeset viewer.