Changeset 7210 in orxonox.OLD for branches/std/src/lib/util/executor
- Timestamp:
- Mar 10, 2006, 2:37:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/executor/executor.h
r7203 r7210 271 271 { 272 272 SubString sub(((const std::string*) parameters)->c_str(), " \n\t,", '\\'); 273 printf("%s :: %s\n", this->getName(), ((const std::string*) parameters)->c_str());274 273 //! FUNCTOR_LIST is the List of Executive Functions 275 274 #define FUNCTOR_LIST(x) ExecutorExecute ## x
Note: See TracChangeset
for help on using the changeset viewer.