Changeset 12014 in vbox for trunk/src/VBox/Main/SessionImpl.cpp
- Timestamp:
- Sep 3, 2008 7:40:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r11918 r12014 651 651 AssertReturn (mType == SessionType_Direct, E_FAIL); 652 652 653 if (mState != SessionState_Open , E_FAIL)653 if (mState != SessionState_Open) 654 654 { 655 655 /* the call from Machine issued when the session is open can arrive
Note:
See TracChangeset
for help on using the changeset viewer.