- Timestamp:
- Jan 9, 2025 9:31:03 AM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r106061 r107573 2568 2568 { 2569 2569 GuestWaitEventPayload evPayload(dataCb.uType, &dataCb, sizeof(dataCb)); 2570 vrc = signalWaitEventInternal(pCbCtx, dataCb.rc, &evPayload); 2570 int const vrc2 = signalWaitEventInternal(pCbCtx, dataCb.rc, &evPayload); 2571 if (RT_SUCCESS(vrc)) 2572 vrc = vrc2; 2571 2573 } 2572 2574 catch (int vrcEx) /* Thrown by GuestWaitEventPayload constructor. */
Note:
See TracChangeset
for help on using the changeset viewer.