Changeset 55168 in vbox
- Timestamp:
- Apr 9, 2015 5:36:51 PM (9 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/MachineImpl.h (modified) (1 diff)
-
src-server/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r54791 r55168 147 147 148 148 /** Session type string (for indirect sessions) */ 149 Bstr mType;149 Utf8Str mType; 150 150 151 151 /** Session machine object */ -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r55167 r55168 7372 7372 if (fSeparate) 7373 7373 { 7374 if (mData->mSession.mState != SessionState_Unlocked && mData->mSession.mType != "headless")7374 if (mData->mSession.mState != SessionState_Unlocked && mData->mSession.mType.compare("headless", Utf8Str::CaseInsensitive)) 7375 7375 return setError(VBOX_E_INVALID_OBJECT_STATE, 7376 7376 tr("The machine '%s' is in a state which is incompatible with launching a separate UI process"),
Note:
See TracChangeset
for help on using the changeset viewer.

