Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 4:44:07 AM (16 years ago)
Author:
landauf
Message:

removed some debug and test code

Location:
code/branches/core3/src/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/core/Identifier.h

    r1684 r1685  
    6262#include "MetaObjectList.h"
    6363#include "Iterator.h"
    64 #undef SUPER_INTRUSIVE
    6564#include "Super.h"
    6665#include "util/Debug.h"
  • code/branches/core3/src/core/Super.h

    r1684 r1685  
    251251    //// Common code ////
    252252
    253         // Dummy - only needed to cast Identifier* to ClassIdentifier<SuperDummy>* (the real class doesn't matter)
    254         class SuperDummy {};
    255 
    256253        // Base template
    257254        template <int functionnumber, class T, int templatehack1, int templatehack2>
Note: See TracChangeset for help on using the changeset viewer.