Changeset 21622 in vbox for trunk/src/VBox/Main/include/HardDiskFormatImpl.h
- Timestamp:
- Jul 15, 2009 7:04:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskFormatImpl.h
r19239 r21622 43 43 */ 44 44 class ATL_NO_VTABLE HardDiskFormat : 45 public VirtualBoxBase NEXT,46 public VirtualBoxSupportErrorInfoImpl 47 public VirtualBoxSupportTranslation 45 public VirtualBoxBase, 46 public VirtualBoxSupportErrorInfoImpl<HardDiskFormat, IHardDiskFormat>, 47 public VirtualBoxSupportTranslation<HardDiskFormat>, 48 48 VBOX_SCRIPTABLE_IMPL(IHardDiskFormat) 49 49 {
Note:
See TracChangeset
for help on using the changeset viewer.