Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 21, 2006, 12:47:22 PM (18 years ago)
Author:
bensch
Message:

trunk: some movements

File:
1 edited

Legend:

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

    r7746 r7750  
    5454
    5555
    56   void Shell::testShell()
    57   {
    58     for (unsigned int i = 0; i < 100; i++)
    59       PRINT(0)("%d\n", i);
    60   }
    61   SHELL_COMMAND(test, Shell, testShell);
    62 
    63 
    6456  /**
    6557   * standard constructor
     
    513505    ShellBuffer::getInstance()->debug();
    514506  }
     507
     508  /**
     509   * @brief a Handy Function, to Test the behaviour of the Shell.
     510   */
     511  void Shell::testShell() const
     512  {
     513    for (unsigned int i = 0; i < 100; i++)
     514      PRINT(0)("%d\n", i);
     515  }
     516  SHELL_COMMAND(test, Shell, testShell);
     517
    515518}
Note: See TracChangeset for help on using the changeset viewer.