Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2010, 5:32:12 PM (14 years ago)
Author:
smerkli
Message:

shit works xD

File:
1 edited

Legend:

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

    r6698 r6699  
    2828
    2929#include "ChatHistory.h"
    30 #include "core/ScopedSingletonManager.h"
     30#include <core/ScopedSingletonManager.h>
    3131
    3232#ifndef CHATTEST
     
    3939  /* constructor */
    4040#ifndef CHATTEST
    41   ChatHistory(BaseObject* creator) : BaseObject(creator)
     41  //ChatHistory::ChatHistory( BaseObject* creator ) : BaseObject(creator)
     42  ChatHistory::ChatHistory()
    4243#else
    4344  ChatHistory::ChatHistory()
     
    5859      this->chat_hist_logline( "--- Logfile opened ---" );
    5960    }
    60 
    61     assert(0);
    6261
    6362    /* Read setting for maximum number of lines and set limit */
     
    142141     */
    143142#ifndef CHATTEST
    144     this->hist_logfile.open( PathConfig::getInstance().getLogPathString() +
    145       "chatlog.log",
     143    this->hist_logfile.open( (PathConfig::getInstance().getLogPathString() +
     144      "chatlog.log").c_str(),
    146145      std::fstream::out | std::fstream::app );
    147146#else
Note: See TracChangeset for help on using the changeset viewer.