Changeset 31046 in vbox
- Timestamp:
- Jul 23, 2010 9:54:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r31019 r31046 2712 2712 LogFlowThisFunc(("mSession.mState=%s\n", Global::stringifySessionState(mData->mSession.mState))); 2713 2713 2714 SessionState_T oldState = mData->mSession.mState; 2714 2715 /* Hack: in case the session is closing and there is a progress object 2715 2716 * which allows waiting for the session to be closed, take the opportunity … … 2977 2978 mParent->updateClientWatcher(); 2978 2979 2979 /* fire an event */ 2980 mParent->onSessionStateChange(getId(), SessionState_Locked); 2980 if (oldState != SessionState_Locked) 2981 /* fire an event */ 2982 mParent->onSessionStateChange(getId(), SessionState_Locked); 2981 2983 } 2982 2984
Note:
See TracChangeset
for help on using the changeset viewer.