Changeset 72957 in vbox
- Timestamp:
- Jul 7, 2018 7:12:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123509
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r72948 r72957 228 228 229 229 HRESULT i_openHddForIO(bool fWritable, SecretKeyStore *pKeyStore, PVDISK *ppHdd, MediumLockList *pMediumLockList, 230 struct MediumCryptoFilterSettings *pCryptoSettings Read);230 struct MediumCryptoFilterSettings *pCryptoSettings); 231 231 232 232 private: -
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r72948 r72957 6549 6549 * 6550 6550 * @returns COM status code. 6551 * @param fWriteable Flag whether the medium should be opened for writing. 6551 6552 * @param pKeyStore Keystore containing the KeyId+password for 6552 6553 * an encrypted medium.
Note:
See TracChangeset
for help on using the changeset viewer.