Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 1:34:31 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/executor.cc

    r8894 r9684  
    1818#include "executor.h"
    1919
    20 ////////////////////////
    21 // SHELL COMMAND BASE //
    22 ////////////////////////
     20
     21NewObjectListDefinition(Executor);
     22
    2323/**
    2424 * @brief constructs and registers a new Command
     
    3535                   const MultiType& param6)
    3636{
    37   this->setClassID(CL_EXECUTOR, "Executor");
     37  this->registerObject(this, Executor::_objectList);
    3838
    3939  // What Parameters have we got
Note: See TracChangeset for help on using the changeset viewer.