Changeset 1784 for code/trunk/src/util/OutputBuffer.cc
- Timestamp:
- Sep 15, 2008, 10:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/OutputBuffer.cc
r1747 r1784 29 29 #include "OutputBuffer.h" 30 30 31 #define OUTPUTBUFFER_MAX_LINE_LENGTH 1638432 31 33 32 namespace orxonox 34 33 { 34 const int OUTPUTBUFFER_MAX_LINE_LENGTH = 16384; 35 35 36 void OutputBuffer::registerListener(OutputBufferListener* listener) 36 37 {
Note: See TracChangeset
for help on using the changeset viewer.