Changeset 94981 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 10, 2022 2:48:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UpdateAgentImpl.h
r94807 r94981 97 97 UpdateState_T m_enmState; 98 98 uint32_t m_uOrder; 99 /** Whether to use the own (dedicated) proxy settings or100 * use the ones of ISystemProperties. */101 bool m_fUseOwnProxy;102 99 103 100 Data(void) … … 174 171 HRESULT getRepositoryURL(com::Utf8Str &aRepo); 175 172 HRESULT setRepositoryURL(const com::Utf8Str &aRepo); 176 HRESULT getProxyMode(ProxyMode_T *aMode);177 HRESULT setProxyMode(ProxyMode_T aMode);178 HRESULT getProxyURL(com::Utf8Str &aAddress);179 HRESULT setProxyURL(const com::Utf8Str &aAddress);180 173 HRESULT getLastCheckDate(com::Utf8Str &aData); 181 174 HRESULT getIsCheckNeeded(BOOL *aCheckNeeded);
Note:
See TracChangeset
for help on using the changeset viewer.