Changeset 85735 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 12, 2020 8:48:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostUpdateImpl.h
r85730 r85735 23 23 24 24 #include "HostUpdateWrap.h" 25 #include <iprt/http.h> /* RTHTTP */ 25 26 26 27 … … 52 53 HRESULT i_updateCheckTask(UpdateCheckTask *pTask); 53 54 HRESULT i_checkForVBoxUpdate(); 55 HRESULT i_checkForVBoxUpdateInner(RTHTTP hHttp, com::Utf8Str const &strUrl, com::Utf8Str const &strUserAgent, 56 ComPtr<ISystemProperties> const &ptrSystemProperties); 54 57 55 58 /** @name Data members.
Note:
See TracChangeset
for help on using the changeset viewer.