VirtualBox

Changeset 79187 in vbox


Ignore:
Timestamp:
Jun 17, 2019 3:58:56 PM (5 years ago)
Author:
vboxsync
Message:

Main/GuestSessionImplTasks.cpp: Quick workaround for incorrect i_notifyComplete call. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r78764 r79187  
    208208        && !fCompleted)
    209209    {
     210#if 0 /* Had to quick fix this myself now that the test case triggers it. Please address properly as suggested below. */
    210211        HRESULT hr2 = mProgress->i_notifyComplete(hr,
    211212                                                  COM_IIDOF(IGuestSession),
     
    216217                                                   *        painfully and with fewer string copies. */
    217218                                                  strMsg.c_str());
     219#else
     220        HRESULT hr2 = mProgress->i_notifyComplete(hr,
     221                                                  COM_IIDOF(IGuestSession),
     222                                                  GuestSession::getStaticComponentName(),
     223                                                  "%s", strMsg.c_str());
     224#endif
    218225        if (FAILED(hr2))
    219226            return hr2;
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