Changeset 94645 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 20, 2022 9:33:24 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UpdateAgentImpl.h
r94643 r94645 68 68 /** @name Wrapped IUpdateAgent attributes and methods 69 69 * @{ */ 70 virtual HRESULT check(ComPtr<IProgress> &aProgress) RT_OVERRIDE = 0;71 virtual HRESULT download(ComPtr<IProgress> &aProgress) RT_OVERRIDE;72 virtual HRESULT install(ComPtr<IProgress> &aProgress) RT_OVERRIDE;70 virtual HRESULT check(ComPtr<IProgress> &aProgress); 71 virtual HRESULT download(ComPtr<IProgress> &aProgress); 72 virtual HRESULT install(ComPtr<IProgress> &aProgress); 73 73 virtual HRESULT rollback(void) RT_OVERRIDE; 74 74 … … 157 157 /** @name Implemented (pure) virtual methods from UpdateAgent. 158 158 * @{ */ 159 HRESULT check(ComPtr<IProgress> &aProgress) ;159 HRESULT check(ComPtr<IProgress> &aProgress) RT_OVERRIDE; 160 160 /** @} */ 161 161
Note:
See TracChangeset
for help on using the changeset viewer.