Changeset 16867 in vbox for trunk/src/VBox/Main/include/HardDiskFormatImpl.h
- Timestamp:
- Feb 17, 2009 5:00:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskFormatImpl.h
r14949 r16867 37 37 * (IHardDiskFormat interface). 38 38 * 39 * @note Instances of this class are permanently caller-referenced by HardDisk 239 * @note Instances of this class are permanently caller-referenced by HardDisk 40 40 * objects (through addCaller()) so that an attempt to uninitialize or delete 41 * them before all HardDisk 2objects are uninitialized will produce an endless41 * them before all HardDisk objects are uninitialized will produce an endless 42 42 * wait! 43 43 */
Note:
See TracChangeset
for help on using the changeset viewer.