Changeset 97392 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 3, 2022 11:39:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UpdateAgentImpl.h
r96407 r97392 135 135 136 136 /** @name Public methods for internal purposes only 137 * (ensure there is a caller and a read lock before calling them!) */ 137 * (ensure there is a caller and a read lock before calling them!) 138 * @{ */ 138 139 HRESULT i_loadSettings(const settings::UpdateAgent &data); 139 140 HRESULT i_saveSettings(settings::UpdateAgent &data); … … 141 142 virtual HRESULT i_setCheckCount(ULONG aCount); 142 143 virtual HRESULT i_setLastCheckDate(const com::Utf8Str &aDate); 143 /** @} 144 /** @} */ 144 145 145 146 protected:
Note:
See TracChangeset
for help on using the changeset viewer.