Changeset 7316 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc
- Timestamp:
- Apr 17, 2006, 1:49:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.cc
r7315 r7316 26 26 27 27 /** 28 * standard constructor28 * @brief standard constructor 29 29 */ 30 30 ShellBuffer::ShellBuffer () … … 45 45 46 46 /** 47 * standard deconstructor47 * @brief standard deconstructor 48 48 */ 49 49 ShellBuffer::~ShellBuffer () … … 62 62 63 63 /** 64 * registers the Shell to the Buffer64 * @brief registers the Shell to the Buffer 65 65 * @param shell the Shell to register. 66 66 */ … … 74 74 75 75 /** 76 * unregisters the Shell from the Buffer76 * @brief unregisters the Shell from the Buffer 77 77 * @param shell the Shell to unregister. 78 78 */ … … 86 86 87 87 /** 88 * deletes all the Buffers88 * @brief deletes all the Buffers 89 89 */ 90 90 void ShellBuffer::flush() … … 94 94 95 95 /** 96 * adds a new Line to the List of Buffers96 * @brief adds a new Line to the List of Buffers 97 97 * @param line the Line as in the first argument in printf 98 98 */ … … 121 121 122 122 /** 123 * add a Line to the List of Buffers123 * @brief add a Line to the List of Buffers 124 124 * @param line 125 125 * @param arguments
Note: See TracChangeset
for help on using the changeset viewer.