VirtualBox

Changeset 78764 in vbox


Ignore:
Timestamp:
May 26, 2019 4:43:09 AM (6 years ago)
Author:
vboxsync
Message:

Main/GuestSessionTask: Commented out RunAsync as it isn't used by anyone. bugref:9320

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r78666 r78764  
    168168    }
    169169
    170     int RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress);
     170    // unused: int RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress);
    171171
    172172    virtual HRESULT Init(const Utf8Str &strTaskDesc)
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r78666 r78764  
    113113}
    114114
     115#if 0 /* unsed */
     116/** @note The task object is owned by the thread after this returns, regardless of the result.  */
    115117int GuestSessionTask::RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress)
    116118{
     
    124126    return Global::vboxStatusCodeToCOM(hrc);
    125127}
     128#endif
    126129
    127130int GuestSessionTask::getGuestProperty(const ComObjPtr<Guest> &pGuest,
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