Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 4:32:31 AM (16 years ago)
Author:
landauf
Message:
  • packed all super-function-related code into a bunch of macros and commented the code.
  • added tick, XMLPort, changedActivity and changedVisibility as super-functions
File:
1 edited

Legend:

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

    r1683 r1684  
    304304    class ClassIdentifier : public Identifier
    305305    {
    306         #define SUPER_INTRUSIVE_DECLARATION
     306        #define SUPER_INTRUSIVE_DECLARATION_INCLUDE
    307307        #include "Super.h"
    308308
     
    320320            ClassIdentifier()
    321321            {
    322                 #define SUPER_INTRUSIVE_CONSTRUCTOR
     322                #define SUPER_INTRUSIVE_CONSTRUCTOR_INCLUDE
    323323                #include "Super.h"
    324324            }
    325325            ~ClassIdentifier()
    326326            {
    327                 #define SUPER_INTRUSIVE_DESTRUCTOR
     327                #define SUPER_INTRUSIVE_DESTRUCTOR_INCLUDE
    328328                #include "Super.h"
    329329            }
Note: See TracChangeset for help on using the changeset viewer.