Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7725 in orxonox.OLD for trunk/src/lib/shell


Ignore:
Timestamp:
May 19, 2006, 11:58:19 AM (19 years ago)
Author:
bensch
Message:

trunk: const Executor introduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/some_shell_commands.cc

    r7457 r7725  
    1717 * @file some_shell_commands.cc
    1818 * @brief All the ShellCommands, that should not pollute the SourceCode.
     19 *
     20 * This File is here, so that we do not have to pollute the Library-files
     21 * with unneccessary other modules.
     22 * Like this
    1923 */
    2024
     
    2731
    2832#include "class_list.h"
    29   SHELL_COMMAND_STATIC(debug, ClassList, ClassList::debugS)
     33  SHELL_COMMAND(debug, ClassList, ClassList::debugS)
    3034      ->describe("Shows all registered classes, if param1: is a valid ClassName only values of this class are shown. param2: how much output")
    3135      ->defaultValues(MT_NULL, 1);
    3236
    3337#include "p_node.h"
    34   SHELL_COMMAND(debugNode, PNode, debugNodeSC);
     38  SHELL_COMMAND(debugNode, PNode, debugNode);
    3539  SHELL_COMMAND(setPosition, PNode, setAbsCoor);
    3640
Note: See TracChangeset for help on using the changeset viewer.