- Timestamp:
- Mar 29, 2010, 4:47:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat/src/orxonox/ChatHistory.cc
r6644 r6649 80 80 } 81 81 82 /* Synchronize logfile onto the hard drive */ 82 /* Synchronize logfile onto the hard drive */ /* MARK MARK */ 83 83 int ChatHistory::syncLog(); 84 84 … … 96 96 int ChatHistory::chat_hist_logline( const std::string& toadd ) 97 97 { 98 /* TODO use already written class to batch write to file 99 * so not every line gets written on its own 100 */ 98 101 /* output the line to the file if logging is enabled */ 99 102 if( this->hist_log_enabled )
Note: See TracChangeset
for help on using the changeset viewer.