Changeset 49103 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 15, 2013 6:20:39 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89937
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r49038 r49103 339 339 const settings::MachineConfigFile* getMachineConfig() const; 340 340 341 void removeByType(VirtualSystemDescriptionType_T aType); 342 341 343 /* private instance data */ 342 344 private: -
trunk/src/VBox/Main/include/ApplianceImplPrivate.h
r49038 r49103 55 55 , fManifest(true) 56 56 , fSha256(false) 57 , fExportISOImages(false) 57 58 , pReader(NULL) 58 59 , ulWeightForXmlOperation(0) … … 78 79 bool fSha256; // true = SHA256 (OVF 2.0), false = SHA1 (OVF 1.0) 79 80 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 80 83 81 84 RTCList<ImportOptions_T> optListImport;
Note:
See TracChangeset
for help on using the changeset viewer.