Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

more includes for simpler usage

File:
1 edited

Legend:

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

    r9737 r9738  
    127127 #endif
    128128 #undef __EXECUTOR_FUNCTIONAL_CONST
    129  #define __EXECUTOR_FUNCTIONAL_CONST const
     129 #define __EXECUTOR_FUNCTIONAL_CONST              const
    130130 #undef __EXECUTOR_FUNCTIONAL_FUNCTIONTYPE
    131131 #define __EXECUTOR_FUNCTIONAL_FUNCTIONTYPE       Executor<CallType, BaseClass>::FunctionConstMember
    132132 #undef __EXECUTOR_FUNCTIONAL_NAME
    133  #define __EXECUTOR_FUNCTIONAL_NAME(ParamCount) Executor##ParamCount##Params_const
     133 #define __EXECUTOR_FUNCTIONAL_NAME(ParamCount)   Executor##ParamCount##Params_const
    134134//#endif /* EXECUTOR_FUNCTIONAL_USE_CONST */
    135135
Note: See TracChangeset for help on using the changeset viewer.