Changeset 93163 in vbox
- Timestamp:
- Jan 10, 2022 11:05:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r93115 r93163 3298 3298 LogFlowThisFuncEnter(); 3299 3299 3300 /* Note: Don't check if the session is ready via i_is ReadyExternal() here;3300 /* Note: Don't check if the session is ready via i_isStartedExternal() here; 3301 3301 * the session (already) could be in a stopped / aborted state. */ 3302 3302 … … 4646 4646 HRESULT GuestSession::waitFor(ULONG aWaitFor, ULONG aTimeoutMS, GuestSessionWaitResult_T *aReason) 4647 4647 { 4648 /* Note: No call to i_is ReadyExternal() 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). */ 4649 4649 4650 4650 LogFlowThisFuncEnter(); … … 4692 4692 GuestSessionWaitResult_T *aReason) 4693 4693 { 4694 /* Note: No call to i_is ReadyExternal() 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). */ 4695 4695 4696 4696 LogFlowThisFuncEnter();
Note:
See TracChangeset
for help on using the changeset viewer.