VirtualBox

Ignore:
Timestamp:
Oct 10, 2013 6:21:26 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89815
Message:

Main/Appliance: change API of IAppliance::write, allowing easy handling of multiple options, needed for making the DVD image export optional
Frontends/VirtualBox+VBoxManage: corresponding adaptions
doc/SDKRef: mention incompatible API change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r46658 r49038  
    10511051            break;
    10521052
     1053        com::SafeArray<ExportOptions_T> options;
     1054        if (fManifest)
     1055            options.push_back(ExportOptions_CreateManifest);
     1056
    10531057        ComPtr<IProgress> progress;
    10541058        CHECK_ERROR_BREAK(pAppliance, Write(Bstr(strOvfFormat).raw(),
    1055                                             fManifest,
     1059                                            ComSafeArrayAsInParam(options),
    10561060                                            Bstr(pszAbsFilePath).raw(),
    10571061                                            progress.asOutParam()));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette