Changeset 85729 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 12, 2020 7:55:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostUpdateImpl.h
r85728 r85729 39 39 40 40 private: 41 // wrapped IHostUpdate attributes and methods 41 /** @name wrapped IHostUpdate attributes and methods 42 * @ */ 42 43 HRESULT getUpdate(ComPtr<IHostUpdate> &aUpdate); 43 44 HRESULT updateCheck(UpdateCheckType_T aCheckType, ComPtr<IProgress> &aProgress); … … 46 47 HRESULT getUpdateURL(com::Utf8Str &aUpdateURL); 47 48 HRESULT getUpdateCheckNeeded(BOOL *aUpdateCheckNeeded); 49 /** @} */ 48 50 49 Utf8Str platformInfo(); 51 Utf8Str i_platformInfo(); 52 class UpdateCheckTask; 53 HRESULT i_updateCheckTask(UpdateCheckTask *pTask); 54 HRESULT i_checkForVBoxUpdate(); 50 55 56 /** @name Data members. 57 * @{ */ 51 58 VirtualBox * const mVirtualBox; 52 59 ComPtr<IHostUpdate> m_pHostUpdate; … … 54 61 Utf8Str m_updateVersion; 55 62 Utf8Str m_updateURL; 56 57 class UpdateCheckTask; 58 59 HRESULT i_updateCheckTask(UpdateCheckTask *pTask); 60 HRESULT i_checkForVBoxUpdate(); 63 /** @} */ 61 64 }; 62 65
Note:
See TracChangeset
for help on using the changeset viewer.