VirtualBox

Changeset 85729 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 12, 2020 7:55:32 PM (4 years ago)
Author:
vboxsync
Message:

Main/HostUpdateImpl.cpp: Remove a bunch of misleading /*static*/ comments. Rename platformInfo to i_platformInfo to avoid confusion with interface methods. bugref:7983

File:
1 edited

Legend:

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

    r85728 r85729  
    3939
    4040private:
    41     // wrapped IHostUpdate attributes and methods
     41    /** @name wrapped IHostUpdate attributes and methods
     42     * @ */
    4243    HRESULT getUpdate(ComPtr<IHostUpdate> &aUpdate);
    4344    HRESULT updateCheck(UpdateCheckType_T aCheckType, ComPtr<IProgress> &aProgress);
     
    4647    HRESULT getUpdateURL(com::Utf8Str &aUpdateURL);
    4748    HRESULT getUpdateCheckNeeded(BOOL *aUpdateCheckNeeded);
     49    /** @} */
    4850
    49     Utf8Str platformInfo();
     51    Utf8Str i_platformInfo();
     52    class UpdateCheckTask;
     53    HRESULT i_updateCheckTask(UpdateCheckTask *pTask);
     54    HRESULT i_checkForVBoxUpdate();
    5055
     56    /** @name Data members.
     57     * @{  */
    5158    VirtualBox * const mVirtualBox;
    5259    ComPtr<IHostUpdate> m_pHostUpdate;
     
    5461    Utf8Str  m_updateVersion;
    5562    Utf8Str  m_updateURL;
    56 
    57     class UpdateCheckTask;
    58 
    59     HRESULT i_updateCheckTask(UpdateCheckTask *pTask);
    60     HRESULT i_checkForVBoxUpdate();
     63    /** @} */
    6164};
    6265
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