Changeset 21622 in vbox for trunk/src/VBox/Main/include/HardDiskImpl.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/HardDiskImpl.h
r20842 r21622 46 46 class ATL_NO_VTABLE HardDisk 47 47 : public com::SupportErrorInfoDerived<MediumBase, HardDisk, IHardDisk> 48 , public VirtualBoxBaseWithTypedChildren NEXT<HardDisk>48 , public VirtualBoxBaseWithTypedChildren<HardDisk> 49 49 , public VirtualBoxSupportTranslation<HardDisk> 50 50 , VBOX_SCRIPTABLE_IMPL(IHardDisk) … … 52 52 public: 53 53 54 typedef VirtualBoxBaseWithTypedChildrenNEXT <HardDisk>::DependentChildren 55 List; 54 typedef VirtualBoxBaseWithTypedChildren<HardDisk>::DependentChildren List; 56 55 57 56 class MergeChain;
Note:
See TracChangeset
for help on using the changeset viewer.