Changeset 47470 in vbox for trunk/src/VBox
- Timestamp:
- Jul 30, 2013 10:14:53 AM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r47469 r47470 833 833 } 834 834 835 itEventTypes = mWaitEvents.erase(itEventTypes); 835 mWaitEvents.erase(itEventTypes); 836 itEventTypes = mWaitEvents.begin(); 836 837 } 837 838 -
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r47469 r47470 1439 1439 if (RT_SUCCESS(vrc)) 1440 1440 { 1441 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);1441 alock.acquire(); 1442 1442 1443 1443 waitResult = waitFlagsToResultEx(fWaitFlags, processStatus,
Note:
See TracChangeset
for help on using the changeset viewer.