Changeset 10509 for code/branches/core7/src/orxonox
- Timestamp:
- May 30, 2015, 12:22:27 PM (10 years ago)
- Location:
- code/branches/core7/src/orxonox/chat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10464 r10509 29 29 #include "ChatHistory.h" 30 30 #include "core/singleton/ScopedSingletonIncludes.h" 31 #include "core/ConfigurablePaths.h" 31 32 32 33 #ifndef CHATTEST … … 121 122 */ 122 123 #ifndef CHATTEST 123 this->hist_logfile.open( ( PathConfig::getInstance().getLogPathString() +124 this->hist_logfile.open( (ConfigurablePaths::getLogPathString() + 124 125 "chatlog.log").c_str(), 125 126 std::fstream::out | std::fstream::app ); -
code/branches/core7/src/orxonox/chat/ChatHistory.h
r8858 r10509 41 41 #include "util/Singleton.h" 42 42 #include "core/BaseObject.h" 43 #include "core/PathConfig.h"44 43 #include "chat/ChatListener.h" 45 44 #include "infos/PlayerInfo.h"
Note: See TracChangeset
for help on using the changeset viewer.