Changeset 7280
- Timestamp:
- Aug 31, 2010, 1:54:32 AM (14 years ago)
- Location:
- code/branches/consolecommands3/src/libraries/core/command
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/IRC.cc
r7236 r7280 34 34 #include "util/Exception.h" 35 35 #include "util/StringUtils.h" 36 #include "core/CoreIncludes.h"37 36 #include "ConsoleCommand.h" 38 37 #include "TclThreadManager.h" … … 48 47 IRC::IRC() 49 48 { 50 RegisterRootObject(IRC);51 49 this->interpreter_ = 0; 52 50 } -
code/branches/consolecommands3/src/libraries/core/command/IRC.h
r7203 r7280 33 33 34 34 #include <string> 35 #include "core/OrxonoxClass.h"36 35 37 36 namespace orxonox 38 37 { 39 class _CoreExport IRC : public OrxonoxClass38 class _CoreExport IRC 40 39 { 41 40 public:
Note: See TracChangeset
for help on using the changeset viewer.