Changeset 8744 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- May 9, 2008 2:51:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r8709 r8744 1686 1686 // child's uninit() from under the children map lock should not produce 1687 1687 // dead-locks any more). 1688 Assert (!child->isWriteLockOnCurrentThread() );1688 Assert (!child->isWriteLockOnCurrentThread() || child->lockHandle() == lockHandle()); 1689 1689 removeDependentChild (ComPtr <IUnknown> (child)); 1690 1690 }
Note:
See TracChangeset
for help on using the changeset viewer.