Changeset 16662 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 11, 2009 1:01:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportAppliance.cpp
r16618 r16662 954 954 CVirtualBox vbox = vboxGlobal().virtualBox(); 955 955 /* Open the appliance */ 956 CAppliance appliance = vbox. OpenAppliance (file);956 CAppliance appliance = vbox.CreateAppliance(); 957 957 if (appliance.isOk()) 958 958 { 959 appliance.Read(file); // @todo error handling 959 960 /* Now we have to interpret that stuff */ 960 961 appliance.Interpret(); … … 967 968 /* Start the import asynchronously */ 968 969 CProgress progress; 969 progress = appliance.Import Appliance();970 progress = appliance.ImportMachines(); 970 971 if (!appliance.isOk()) 971 972 {
Note:
See TracChangeset
for help on using the changeset viewer.