Changeset 72703 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 27, 2018 3:27:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r69500 r72703 230 230 // wrapped IMedium properties 231 231 HRESULT getId(com::Guid &aId); 232 HRESULT getDescription( com::Utf8Str &aDescription);233 HRESULT setDescription( const com::Utf8Str &aDescription);232 HRESULT getDescription(AutoCaller &autoCaller, com::Utf8Str &aDescription); 233 HRESULT setDescription(AutoCaller &autoCaller, const com::Utf8Str &aDescription); 234 234 HRESULT getState(MediumState_T *aState); 235 235 HRESULT getVariant(std::vector<MediumVariant_T> &aVariant); … … 293 293 const std::vector<MediumVariant_T> &aVariant, 294 294 ComPtr<IProgress> &aProgress); 295 HRESULT setLocation(const com::Utf8Str &aLocation, 295 HRESULT setLocation(AutoCaller &autoCaller, 296 const com::Utf8Str &aLocation, 296 297 ComPtr<IProgress> &aProgress); 297 298 HRESULT compact(ComPtr<IProgress> &aProgress); … … 302 303 const com::Utf8Str &aNewPassword, const com::Utf8Str &aNewPasswordId, 303 304 ComPtr<IProgress> &aProgress); 304 HRESULT getEncryptionSettings( com::Utf8Str &aCipher, com::Utf8Str &aPasswordId);305 HRESULT getEncryptionSettings(AutoCaller &autoCaller, com::Utf8Str &aCipher, com::Utf8Str &aPasswordId); 305 306 HRESULT checkEncryptionPassword(const com::Utf8Str &aPassword); 306 307
Note:
See TracChangeset
for help on using the changeset viewer.