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/executor_member.h

    r9740 r9745  
    2424/// Define all Constructs, that define an Executor.
    2525//! The Name to be attached to the functional (for normal, static, and const modes)
    26 #define __EXECUTOR_FUNCTIONAL_NAME(ParamCount)   Executor##ParamCount##Params
     26#define __EXECUTOR_FUNCTIONAL_NAME(ParamCount, Ext)   Executor##ParamCount##Ext
    2727//! if Functional is constant calling
    2828#define __EXECUTOR_FUNCTIONAL_CONST
Note: See TracChangeset for help on using the changeset viewer.