Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6649


Ignore:
Timestamp:
Mar 29, 2010, 4:47:28 PM (14 years ago)
Author:
smerkli
Message:

Minor commenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat/src/orxonox/ChatHistory.cc

    r6644 r6649  
    8080  }
    8181
    82   /* Synchronize logfile onto the hard drive */
     82  /* Synchronize logfile onto the hard drive */ /* MARK MARK */
    8383  int ChatHistory::syncLog();
    8484
     
    9696  int ChatHistory::chat_hist_logline( const std::string& toadd )
    9797  {
     98    /* TODO use already written class to batch write to file
     99     * so not every line gets written on its own
     100     */
    98101    /* output the line to the file if logging is enabled */
    99102    if( this->hist_log_enabled )
Note: See TracChangeset for help on using the changeset viewer.