Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 17, 2006, 1:49:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D uses Vector2D instead of Vector whenever possible

File:
1 edited

Legend:

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

    r7315 r7316  
    2626
    2727/**
    28  * standard constructor
     28 * @brief standard constructor
    2929 */
    3030ShellBuffer::ShellBuffer ()
     
    4545
    4646/**
    47  * standard deconstructor
     47 * @brief standard deconstructor
    4848 */
    4949ShellBuffer::~ShellBuffer ()
     
    6262
    6363/**
    64  * registers the Shell to the Buffer
     64 * @brief registers the Shell to the Buffer
    6565 * @param shell the Shell to register.
    6666 */
     
    7474
    7575/**
    76  * unregisters the Shell from the Buffer
     76 * @brief unregisters the Shell from the Buffer
    7777 * @param shell the Shell to unregister.
    7878 */
     
    8686
    8787/**
    88  * deletes all the Buffers
     88 * @brief deletes all the Buffers
    8989 */
    9090void ShellBuffer::flush()
     
    9494
    9595/**
    96  * adds a new Line to the List of Buffers
     96 * @brief adds a new Line to the List of Buffers
    9797 * @param line the Line as in the first argument in printf
    9898 */
     
    121121
    122122/**
    123  * add a Line to the List of Buffers
     123 * @brief add a Line to the List of Buffers
    124124 * @param line
    125125 * @param arguments
Note: See TracChangeset for help on using the changeset viewer.