Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2006, 2:44:51 PM (18 years ago)
Author:
bensch
Message:

Extension possible now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/functor_const_member.h

    r9740 r9745  
    2424
    2525#include "executor_const_member.h"
    26 #include "substring.h"
    27 
    28 #define FUNCTOR_CALL_TYPE const SubString
    2926
    3027/// Define all Constructs, that define an Executor.
    31 
    3228//! The Name to be attached to the functional (for normal, static, and const modes)
    33 #define __EXECUTOR_FUNCTIONAL_NAME(ParamCount)   Executor##ParamCount##Params_const
     29#define __EXECUTOR_FUNCTIONAL_NAME(ParamCount, Ext)   Executor##ParamCount##Ext##_const
    3430//! if Functional is constant calling
    3531#define __EXECUTOR_FUNCTIONAL_CONST              const
Note: See TracChangeset for help on using the changeset viewer.