Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5619 in orxonox.OLD for branches/network/src/lib/lang/class_list.cc


Ignore:
Timestamp:
Nov 16, 2005, 7:23:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellCommand availiable again, in orxonox-mode, but unavailiable in subproject Network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/lang/class_list.cc

    r5580 r5619  
    2727
    2828using namespace std;
    29 /*
     29
     30#ifndef NO_SHELL_COMMAND
    3031SHELL_COMMAND_STATIC(debug, ClassList, ClassList::debugS)
    3132    ->describe("Shows all registered classes, if param1: is a valid ClassName only values of this class are shown. param2: how much output")
    32     ->defaultValues(2, NULL, 1);*/
     33    ->defaultValues(2, NULL, 1);
     34#endif
    3335
    3436/**
Note: See TracChangeset for help on using the changeset viewer.