Changeset 7216 in orxonox.OLD for branches/std/src/lib/util/executor/executor.h
- Timestamp:
- Mar 12, 2006, 8:54:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/executor/executor.h
r7214 r7216 271 271 { 272 272 SubString sub; 273 printf("===%s\n", parameters.c_str());274 273 sub.split(parameters, " \n\t,", '\\'); 275 sub.debug();276 274 //! FUNCTOR_LIST is the List of Executive Functions 277 275 #define FUNCTOR_LIST(x) ExecutorExecute ## x
Note: See TracChangeset
for help on using the changeset viewer.