VirtualBox

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


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/src-server/HostUpdateImpl.cpp

    r85728 r85729  
    1 /* $Id: */
     1/* $Id$ */
    22/** @file
    33 * IHostUpdate  COM class implementations.
     
    7979};
    8080
    81 /* static */
    8281void HostUpdate::UpdateCheckTask::handler()
    8382{
     
    9392}
    9493
    95 /* static */
    96 Utf8Str HostUpdate::platformInfo()
     94Utf8Str HostUpdate::i_platformInfo()
    9795{
    9896    /* Prepare platform report: */
     
    258256}
    259257
    260 /* static */
    261258HRESULT HostUpdate::i_checkForVBoxUpdate()
    262259{
     
    351348        return setErrorVrc(rc, tr("%s: IVirtualBox::version() failed: %Rrc"), __FUNCTION__, rc);
    352349
    353     Utf8StrFmt const strUserAgent("VirtualBox %ls <%s>", version.raw(), HostUpdate::platformInfo().c_str());
     350    Utf8StrFmt const strUserAgent("VirtualBox %ls <%s>", version.raw(), HostUpdate::i_platformInfo().c_str());
    354351    LogRelFunc(("userAgent = %s\n", strUserAgent.c_str()));
    355352
     
    419416}
    420417
    421 /* static */
    422418HRESULT HostUpdate::i_updateCheckTask(UpdateCheckTask *pTask)
    423419{
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