Changeset 71637 in vbox
- Timestamp:
- Apr 3, 2018 6:45:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r71635 r71637 234 234 LogFlowThisFunc(("Removing session (ID=%RU32) ...\n", uSessionID)); 235 235 236 GuestSessions:: const_iterator itSessions = mData.mGuestSessions.find(uSessionID);236 GuestSessions::iterator itSessions = mData.mGuestSessions.find(uSessionID); 237 237 if (itSessions == mData.mGuestSessions.end()) 238 238 return VERR_NOT_FOUND;
Note:
See TracChangeset
for help on using the changeset viewer.