Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7714 in orxonox.OLD for trunk/src/lib/util/executor/executor.cc


Ignore:
Timestamp:
May 19, 2006, 1:29:27 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Reimplementation of the Executor started in orxonox.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor.cc

    r7300 r7714  
    1818#include "executor.h"
    1919
    20 #include "debug.h"
    21 #include "class_list.h"
    22 
    23 #include "key_names.h"
    24 #include <stdarg.h>
    25 #include <stdio.h>
    26 #include <string.h>
    27 
    28 using namespace std;
    29 
    3020////////////////////////
    3121// SHELL COMMAND BASE //
    3222////////////////////////
    3323/**
    34  * constructs and registers a new Command
     24 * @brief constructs and registers a new Command
    3525 * @param commandName the name of the Command
    3626 * @param className the name of the class to apply this command to
     
    4333                   const MultiType& param4)
    4434{
    45   this->setClassID(CL_EXECUTOR, "Executor");
     35//  this->setClassID(CL_EXECUTOR, "Executor");
    4636
    4737  // What Parameters have we got
Note: See TracChangeset for help on using the changeset viewer.