Changeset 94756 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 29, 2022 8:55:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UpdateAgentImpl.h
r94723 r94756 75 75 * @{ */ 76 76 static Utf8Str i_getPlatformInfo(void); 77 const char *i_proxyModeToStr(ProxyMode_T enmMode); 77 78 /** @} */ 78 79 … … 95 96 UpdateState_T m_enmState; 96 97 uint32_t m_uOrder; 98 /** Whether to use the own (dedicated) proxy settings or 99 * use the ones of ISystemProperties. */ 100 bool m_fUseOwnProxy; 97 101 98 102 Data(void) … … 135 139 /** @name Internal helper methods. 136 140 * @{ */ 141 HRESULT i_getProxyMode(ProxyMode_T *aMode); 142 HRESULT i_getProxyURL(com::Utf8Str &aAddress); 143 HRESULT i_configureProxy(RTHTTP hHttp); 137 144 HRESULT i_commitSettings(AutoWriteLock &aLock); 138 145 HRESULT i_reportError(int vrc, const char *pcszMsgFmt, ...);
Note:
See TracChangeset
for help on using the changeset viewer.