Changeset 92274 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 8, 2021 4:29:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/SessionImpl.cpp
r92271 r92274 261 261 { 262 262 LogFlowThisFuncEnter(); 263 264 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 265 266 #ifndef VBOX_COM_INPROC_API_CLIENT 263 #ifndef VBOX_COM_INPROC_API_CLIENT 264 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 265 267 266 if (mType == SessionType_WriteLock && !!mConsole) 268 267 {
Note:
See TracChangeset
for help on using the changeset viewer.