- Timestamp:
- Jan 8, 2025 2:38:44 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImplPrivate.h
r106061 r107517 82 82 enum digest_T {SHA1, SHA256}; 83 83 84 /** @todo r=andy Make up your mind if naming attributes with a m_ prefix or not. */ 84 85 Data() 85 86 : state(Appliance::ApplianceIdle) … … 103 104 , fContentInfoSameCert(false) 104 105 , fContentInfoValidSignature(false) 106 , fContentInfoDoneVerification(false) 107 , fContentInfoVerifiedOkay(false) 105 108 , fExportISOImages(false) 106 109 , pReader(NULL) … … 109 112 , ulTotalDisksMB(0) 110 113 , cDisks(0) 114 , m_pSecretKeyStore(NULL) 111 115 , m_cPwProvided(0) 112 116 {
Note:
See TracChangeset
for help on using the changeset viewer.