Changeset 33540 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r33524 r33540 625 625 626 626 /** 627 * Unin tialization method.627 * Uninitialization method. 628 628 * 629 629 * Must be called by all final implementations (component classes) when the … … 675 675 676 676 /** 677 * Virtual method which determin s the locking class to be used for validating677 * Virtual method which determines the locking class to be used for validating 678 678 * lock order with the standard member lock handle. This method is overridden 679 679 * in a number of subclasses. … … 751 751 * Base class to track VirtualBoxBaseNEXT chlidren of the component. 752 752 * 753 * This class is a prefer rable VirtualBoxBase replacement for components that753 * This class is a preferable VirtualBoxBase replacement for components that 754 754 * operate with collections of child components. It gives two useful 755 755 * possibilities: … … 764 764 * the same original COM interface IUnknown is queried from. 765 765 * </li><li> 766 * When the parent object uninitializes itself, it can easily unin tialize766 * When the parent object uninitializes itself, it can easily uninitialize 767 767 * all its VirtualBoxBase derived children (using their 768 768 * VirtualBoxBase::uninit() implementations). This is done simply by
Note:
See TracChangeset
for help on using the changeset viewer.