Changeset 54854 in vbox for trunk/src/VBox/Main/include/MediumImpl.h
- Timestamp:
- Mar 19, 2015 7:45:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r54835 r54854 276 276 ComPtr<IProgress> &aProgress); 277 277 HRESULT reset(ComPtr<IProgress> &aProgress); 278 HRESULT changeEncryption(const com::Utf8Str &aNewPassword, const com::Utf8Str &aOldPassword, 279 const com::Utf8Str &aCipher, const com::Utf8Str &aNewPasswordId, ComPtr<IProgress> &aProgress); 278 HRESULT changeEncryption(const com::Utf8Str &aCurrentPassword, const com::Utf8Str &aCipher, 279 const com::Utf8Str &aNewPassword, const com::Utf8Str &aNewPasswordId, 280 ComPtr<IProgress> &aProgress); 280 281 HRESULT getEncryptionSettings(com::Utf8Str &aCipher, com::Utf8Str &aPasswordId); 281 282
Note:
See TracChangeset
for help on using the changeset viewer.