Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5249 in orxonox.OLD for trunk/src


Ignore:
Timestamp:
Sep 24, 2005, 10:43:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: stuff, that has been done (removed todo's)

Location:
trunk/src/lib/shell
Files:
4 edited

Legend:

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

    r5248 r5249  
    250250 * moves the Display buffer (up or down)
    251251 * @param lineCount the count by which to shift the InputBuffer.
    252  *
    253  * @todo
    254252 */
    255253void Shell::moveDisplayBuffer(int lineCount)
  • trunk/src/lib/shell/shell_command.cc

    r5207 r5249  
    338338 * @param className the name of the Class the command belongs to.
    339339 * @param commandName the name of the command itself
    340  *
    341  * @todo implement
    342340 */
    343341void ShellCommandBase::unregisterCommand(const char* commandName, const char* className)
  • trunk/src/lib/shell/shell_completion.cc

    r5245 r5249  
    3333/**
    3434 * standard constructor
    35  * @todo this constructor is not jet implemented - do it
    3635*/
    3736ShellCompletion::ShellCompletion(ShellInput* input)
  • trunk/src/lib/shell/shell_input.cc

    r5248 r5249  
    3838
    3939/**
    40  * standard constructor
    41  * @todo this constructor is not jet implemented - do it
     40 * constructor
     41 * this also generates a ShellCompletion automatically.
    4242*/
    4343ShellInput::ShellInput ()
Note: See TracChangeset for help on using the changeset viewer.