VirtualBox

Changeset 49103 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 15, 2013 6:20:39 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89937
Message:

pr6927. ISO images are skipped by default during export. The command "VBoxManage export" has a new argument "--iso" to explicitly export ISO images.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ApplianceImpl.h

    r49038 r49103  
    339339    const settings::MachineConfigFile* getMachineConfig() const;
    340340
     341    void removeByType(VirtualSystemDescriptionType_T aType);
     342
    341343    /* private instance data */
    342344private:
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r49038 r49103  
    5555      , fManifest(true)
    5656      , fSha256(false)
     57      , fExportISOImages(false)
    5758      , pReader(NULL)
    5859      , ulWeightForXmlOperation(0)
     
    7879    bool                fSha256;        // true = SHA256 (OVF 2.0), false = SHA1 (OVF 1.0)
    7980    Utf8Str             strOVFSHADigest;//SHA digest of OVf file. It is stored here after reading OVF file (before import)
     81
     82    bool                fExportISOImages;// when 1 the ISO images are exported
    8083
    8184    RTCList<ImportOptions_T> optListImport;
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