Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5327 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Oct 8, 2005, 9:52:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more overwhelmingly complicated code, that slowly gets out of my grasp

File:
1 edited

Legend:

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

    r5326 r5327  
    211211  {
    212212    ShellCommandClass::commandClassList = new tList<ShellCommandClass>;
    213     ShellCommand<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debugDyn);
     213//    ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debug);
    214214  }
    215215}
Note: See TracChangeset for help on using the changeset viewer.