Changeset 13857 in vbox
- Timestamp:
- Nov 5, 2008 1:37:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxBase.cpp
r13729 r13857 1099 1099 * use the AutoCaller class of course). InUinint is also used as a flag 1100 1100 * by removeDependentChild() that prevents touching mDependentChildren 1101 * from outside. Therefore, we assert. 1101 * from outside. Therefore, we assert. Note that InInit is also fine since 1102 * no any object may access us by that time. 1102 1103 */ 1103 AssertReturnVoid (autoCaller.state() == InUninit); 1104 AssertReturnVoid (autoCaller.state() == InUninit || 1105 autoCaller.state() == InInit); 1104 1106 1105 1107 if (mDependentChildren.size())
Note:
See TracChangeset
for help on using the changeset viewer.