VirtualBox

Changeset 94654 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 20, 2022 4:50:13 PM (3 years ago)
Author:
vboxsync
Message:

Main/Update check: Big overhaul of the API and functionality [build fix]. bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UpdateAgentImpl.h

    r94650 r94654  
    130130    /** @name Wrapped IUpdateAgent attributes and methods
    131131     * @{ */
    132     virtual HRESULT check(ComPtr<IProgress> &aProgress);
    133     virtual HRESULT download(ComPtr<IProgress> &aProgress);
    134     virtual HRESULT install(ComPtr<IProgress> &aProgress);
    135     virtual HRESULT rollback(void);
     132    HRESULT check(ComPtr<IProgress> &aProgress);
     133    HRESULT download(ComPtr<IProgress> &aProgress);
     134    HRESULT install(ComPtr<IProgress> &aProgress);
     135    HRESULT rollback(void);
    136136
    137     virtual HRESULT getName(com::Utf8Str &aName);
    138     virtual HRESULT getOrder(ULONG *aOrder);
    139     virtual HRESULT getDependsOn(std::vector<com::Utf8Str> &aDeps);
    140     virtual HRESULT getVersion(com::Utf8Str &aVer);
    141     virtual HRESULT getDownloadUrl(com::Utf8Str &aUrl);
    142     virtual HRESULT getWebUrl(com::Utf8Str &aUrl);
    143     virtual HRESULT getReleaseNotes(com::Utf8Str &aRelNotes);
    144     virtual HRESULT getEnabled(BOOL *aEnabled);
    145     virtual HRESULT setEnabled(BOOL aEnabled);
    146     virtual HRESULT getHidden(BOOL *aHidden);
    147     virtual HRESULT getState(UpdateState_T *aState);
    148     virtual HRESULT getCheckCount(ULONG *aCount);
    149     virtual HRESULT getCheckFrequency(ULONG  *aFreqSeconds);
    150     virtual HRESULT setCheckFrequency(ULONG aFreqSeconds);
    151     virtual HRESULT getChannel(UpdateChannel_T *aChannel);
    152     virtual HRESULT setChannel(UpdateChannel_T aChannel);
    153     virtual HRESULT getRepositoryURL(com::Utf8Str &aRepo);
    154     virtual HRESULT setRepositoryURL(const com::Utf8Str &aRepo);
    155     virtual HRESULT getProxyMode(ProxyMode_T *aMode);
    156     virtual HRESULT setProxyMode(ProxyMode_T aMode);
    157     virtual HRESULT getProxyURL(com::Utf8Str &aAddress);
    158     virtual HRESULT setProxyURL(const com::Utf8Str &aAddress);
    159     virtual HRESULT getLastCheckDate(com::Utf8Str &aData);
     137    HRESULT getName(com::Utf8Str &aName);
     138    HRESULT getOrder(ULONG *aOrder);
     139    HRESULT getDependsOn(std::vector<com::Utf8Str> &aDeps);
     140    HRESULT getVersion(com::Utf8Str &aVer);
     141    HRESULT getDownloadUrl(com::Utf8Str &aUrl);
     142    HRESULT getWebUrl(com::Utf8Str &aUrl);
     143    HRESULT getReleaseNotes(com::Utf8Str &aRelNotes);
     144    HRESULT getEnabled(BOOL *aEnabled);
     145    HRESULT setEnabled(BOOL aEnabled);
     146    HRESULT getHidden(BOOL *aHidden);
     147    HRESULT getState(UpdateState_T *aState);
     148    HRESULT getCheckCount(ULONG *aCount);
     149    HRESULT getCheckFrequency(ULONG  *aFreqSeconds);
     150    HRESULT setCheckFrequency(ULONG aFreqSeconds);
     151    HRESULT getChannel(UpdateChannel_T *aChannel);
     152    HRESULT setChannel(UpdateChannel_T aChannel);
     153    HRESULT getRepositoryURL(com::Utf8Str &aRepo);
     154    HRESULT setRepositoryURL(const com::Utf8Str &aRepo);
     155    HRESULT getProxyMode(ProxyMode_T *aMode);
     156    HRESULT setProxyMode(ProxyMode_T aMode);
     157    HRESULT getProxyURL(com::Utf8Str &aAddress);
     158    HRESULT setProxyURL(const com::Utf8Str &aAddress);
     159    HRESULT getLastCheckDate(com::Utf8Str &aData);
    160160    /** @} */
    161161};
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette