Changeset 708 for code/branches/FICN/src/orxonox/core/OutputHandler.cc
- Timestamp:
- Dec 28, 2007, 10:30:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/OutputHandler.cc
r699 r708 26 26 */ 27 27 28 #include "DebugLevel.h" 28 29 #include "OutputHandler.h" 29 #include "DebugLevel.h"30 30 31 31 namespace orxonox … … 35 35 @param logfilename The name of the logfile 36 36 */ 37 OutputHandler::OutputHandler(const std::string& logfilename)37 OutputHandler::OutputHandler(const String& logfilename) 38 38 { 39 39 this->logfilename_ = logfilename;
Note: See TracChangeset
for help on using the changeset viewer.