Changeset 49038 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 10, 2013 6:21:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r46658 r49038 1051 1051 break; 1052 1052 1053 com::SafeArray<ExportOptions_T> options; 1054 if (fManifest) 1055 options.push_back(ExportOptions_CreateManifest); 1056 1053 1057 ComPtr<IProgress> progress; 1054 1058 CHECK_ERROR_BREAK(pAppliance, Write(Bstr(strOvfFormat).raw(), 1055 fManifest,1059 ComSafeArrayAsInParam(options), 1056 1060 Bstr(pszAbsFilePath).raw(), 1057 1061 progress.asOutParam()));
Note:
See TracChangeset
for help on using the changeset viewer.