Changeset 1685 for code/branches/core3/src/core
- Timestamp:
- Aug 31, 2008, 4:44:07 AM (16 years ago)
- Location:
- code/branches/core3/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Identifier.h
r1684 r1685 62 62 #include "MetaObjectList.h" 63 63 #include "Iterator.h" 64 #undef SUPER_INTRUSIVE65 64 #include "Super.h" 66 65 #include "util/Debug.h" -
code/branches/core3/src/core/Super.h
r1684 r1685 251 251 //// Common code //// 252 252 253 // Dummy - only needed to cast Identifier* to ClassIdentifier<SuperDummy>* (the real class doesn't matter)254 class SuperDummy {};255 256 253 // Base template 257 254 template <int functionnumber, class T, int templatehack1, int templatehack2>
Note: See TracChangeset
for help on using the changeset viewer.