Changeset 40748 in vbox
- Timestamp:
- Apr 2, 2012 6:34:25 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/SessionImpl.cpp
r40257 r40748 840 840 AutoCaller autoCaller(this); 841 841 AssertComRCReturn(autoCaller.rc(), autoCaller.rc()); 842 843 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 844 AssertReturn(mState == SessionState_Locked, VBOX_E_INVALID_VM_STATE); 845 AssertReturn(mType == SessionType_WriteLock, VBOX_E_INVALID_OBJECT_STATE); 842 846 843 847 mConsole->enableVMMStatistics(aEnable);
Note:
See TracChangeset
for help on using the changeset viewer.

