VirtualBox

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


Ignore:
Timestamp:
Apr 20, 2022 9:33:24 AM (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

    r94643 r94645  
    6868    /** @name Wrapped IUpdateAgent attributes and methods
    6969     * @{ */
    70     virtual HRESULT check(ComPtr<IProgress> &aProgress) RT_OVERRIDE = 0;
    71     virtual HRESULT download(ComPtr<IProgress> &aProgress) RT_OVERRIDE;
    72     virtual HRESULT install(ComPtr<IProgress> &aProgress) RT_OVERRIDE;
     70    virtual HRESULT check(ComPtr<IProgress> &aProgress);
     71    virtual HRESULT download(ComPtr<IProgress> &aProgress);
     72    virtual HRESULT install(ComPtr<IProgress> &aProgress);
    7373    virtual HRESULT rollback(void) RT_OVERRIDE;
    7474
     
    157157    /** @name Implemented (pure) virtual methods from UpdateAgent.
    158158     * @{ */
    159     HRESULT check(ComPtr<IProgress> &aProgress);
     159    HRESULT check(ComPtr<IProgress> &aProgress) RT_OVERRIDE;
    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