Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7717 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
May 19, 2006, 2:51:00 AM (18 years ago)
Author:
bensch
Message:

trunk: clone-functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r7716 r7717  
    435435};
    436436
    437 template<class T> Executor* createExecutorStatic(void (*functionPointer)())
    438  {
    439    return new Executor0Params_static<TestClass>(functionPointer);
    440  }
    441 
    442437void TEST()
    443438{
Note: See TracChangeset for help on using the changeset viewer.