VirtualBox

Changeset 94650 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Apr 20, 2022 11:52:14 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/src-server/UpdateAgentImpl.cpp

    r94648 r94650  
    5555{
    5656public:
    57     UpdateAgentTask(UpdateAgent *aThat, Progress *aProgress)
     57    UpdateAgentTask(UpdateAgentBase *aThat, Progress *aProgress)
    5858        : m_pParent(aThat)
    5959        , m_pProgress(aProgress)
     
    6767
    6868    /** Weak pointer to parent (update agent). */
    69     UpdateAgent         *m_pParent;
     69    UpdateAgentBase     *m_pParent;
    7070    /** Smart pointer to the progress object for this job. */
    7171    ComObjPtr<Progress>  m_pProgress;
     
    7676void UpdateAgentTask::handler(void)
    7777{
    78     UpdateAgent *pUpdateAgent = this->m_pParent;
     78    UpdateAgentBase *pUpdateAgent = this->m_pParent;
    7979    AssertPtr(pUpdateAgent);
    8080
     
    9292*********************************************************************************************************************************/
    9393UpdateAgent::UpdateAgent()
    94     : m_VirtualBox(NULL)
    95     , m(new settings::UpdateAgent)
    9694{
    9795}
     
    377375
    378376/* static */
    379 Utf8Str UpdateAgent::i_getPlatformInfo(void)
     377Utf8Str UpdateAgentBase::i_getPlatformInfo(void)
    380378{
    381379    /* Prepare platform report: */
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