Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9728 in orxonox.OLD for branches/new_class_id/src/lib/shell


Ignore:
Timestamp:
Sep 14, 2006, 10:31:40 PM (18 years ago)
Author:
bensch
Message:

cleanup

Location:
branches/new_class_id/src/lib/shell
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/shell/shell_command.cc

    r9727 r9728  
    4444    // copy the executor:
    4545    this->executor = executor;
    46     this->executor->setName(commandName);
    4746
    4847    for (unsigned int i = 0; i < this->executor->getParamCount(); i++)
  • branches/new_class_id/src/lib/shell/shell_command.h

    r9727 r9728  
    1010
    1111#include "executor/executor.h"
     12
     13/// THIS IS USED TO LOAD CONSTANT AND STATIC FUNCTIONS EASILY.
     14#include "executor/executor_functional.h"
     15#define EXECUTOR_FUNCTIONAL_USE_CONST
     16#include "executor/executor_functional.h"
     17#define EXECUTOR_FUNCTIONAL_USE_STATIC
     18#include "executor/executor_functional.h"
     19
     20
    1221#include "shell_completion_plugin.h"
    1322
Note: See TracChangeset for help on using the changeset viewer.