VirtualBox

Changeset 93163 in vbox


Ignore:
Timestamp:
Jan 10, 2022 11:05:35 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Fixed outdated comments.

File:
1 edited

Legend:

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

    r93115 r93163  
    32983298    LogFlowThisFuncEnter();
    32993299
    3300     /* Note: Don't check if the session is ready via i_isReadyExternal() here;
     3300    /* Note: Don't check if the session is ready via i_isStartedExternal() here;
    33013301     *       the session (already) could be in a stopped / aborted state. */
    33023302
     
    46464646HRESULT GuestSession::waitFor(ULONG aWaitFor, ULONG aTimeoutMS, GuestSessionWaitResult_T *aReason)
    46474647{
    4648     /* Note: No call to i_isReadyExternal() needed here, as the session might not has been started (yet). */
     4648    /* Note: No call to i_isStartedExternal() needed here, as the session might not has been started (yet). */
    46494649
    46504650    LogFlowThisFuncEnter();
     
    46924692                                   GuestSessionWaitResult_T *aReason)
    46934693{
    4694     /* Note: No call to i_isReadyExternal() needed here, as the session might not has been started (yet). */
     4694    /* Note: No call to i_isStartedExternal() needed here, as the session might not has been started (yet). */
    46954695
    46964696    LogFlowThisFuncEnter();
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