Changeset 79597 in vbox
- Timestamp:
- Jul 8, 2019 3:22:37 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r79168 r79597 2308 2308 { 2309 2309 ComPtr<IVirtualBox> VBox(mVirtualBox); 2310 hrc = cloudClient->Export LaunchVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);2310 hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox); 2311 2311 } 2312 2312 else
Note:
See TracChangeset
for help on using the changeset viewer.