Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7210 in orxonox.OLD for branches/std/src/lib/util/executor


Ignore:
Timestamp:
Mar 10, 2006, 2:37:11 AM (19 years ago)
Author:
bensch
Message:

std::less warn stuff

File:
1 edited

Legend:

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

    r7203 r7210  
    271271    {
    272272      SubString sub(((const std::string*) parameters)->c_str(), " \n\t,", '\\');
    273       printf("%s :: %s\n", this->getName(), ((const std::string*) parameters)->c_str());
    274273//! FUNCTOR_LIST is the List of Executive Functions
    275274#define FUNCTOR_LIST(x) ExecutorExecute ## x
Note: See TracChangeset for help on using the changeset viewer.