Changeset 8057 in vbox
- Timestamp:
- Apr 16, 2008 6:27:38 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r7207 r8057 126 126 } 127 127 128 /* close() needs write lock */ 128 129 AutoLock alock (this); 129 130 … … 458 459 if (autoCaller.state() == Ready) 459 460 { 460 AutoReaderLock alock (this); 461 /* close() needs write lock */ 462 AutoLock alock (this); 461 463 462 464 LogFlowThisFunc (("mState=%d, mType=%d\n", mState, mType));
Note:
See TracChangeset
for help on using the changeset viewer.