- Timestamp:
- Apr 12, 2015, 9:41:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc
r9659 r10360 46 46 registerClass("Context", new ClassFactoryWithContext<Context>()); 47 47 registerClass("Listable", new ClassFactoryWithContext<Listable>()); 48 registerClass("Interface", static_cast<ClassFactory<Interface>*>(NULL), false) .inheritsFrom(Class(Identifiable));48 registerClass("Interface", static_cast<ClassFactory<Interface>*>(NULL), false)->inheritsFrom(Class(Identifiable)); 49 49 registerClass("BaseClass", new ClassFactoryNoArgs<BaseClass>()); 50 50 registerClass("RealClass", new ClassFactoryNoArgs<RealClass>());
Note: See TracChangeset
for help on using the changeset viewer.