Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7750 in orxonox.OLD


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

trunk: some movements

Location:
trunk/src/lib/shell
Files:
2 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}
  • trunk/src/lib/shell/shell.h

    r7744 r7750  
    7979    void debug() const;
    8080
    81     void testShell();
     81    void testShell() const;
    8282  private:
    8383    void repositionText();
Note: See TracChangeset for help on using the changeset viewer.