[Orxonox-commit 4905] r9574 - in code/branches/core6/src/libraries/core: class command

landauf at orxonox.net landauf at orxonox.net
Sun Mar 24 22:48:48 CET 2013


Author: landauf
Date: 2013-03-24 22:48:47 +0100 (Sun, 24 Mar 2013)
New Revision: 9574

Modified:
   code/branches/core6/src/libraries/core/class/Identifiable.cc
   code/branches/core6/src/libraries/core/class/Identifiable.h
   code/branches/core6/src/libraries/core/command/Shell.h
Log:
cleanup

Modified: code/branches/core6/src/libraries/core/class/Identifiable.cc
===================================================================
--- code/branches/core6/src/libraries/core/class/Identifiable.cc	2013-03-24 21:43:27 UTC (rev 9573)
+++ code/branches/core6/src/libraries/core/class/Identifiable.cc	2013-03-24 21:48:47 UTC (rev 9574)
@@ -34,7 +34,6 @@
 #include "Identifiable.h"
 
 #include <cassert>
-#include "core/object/MetaObjectList.h"
 #include "core/object/Context.h"
 #include "Identifier.h"
 

Modified: code/branches/core6/src/libraries/core/class/Identifiable.h
===================================================================
--- code/branches/core6/src/libraries/core/class/Identifiable.h	2013-03-24 21:43:27 UTC (rev 9573)
+++ code/branches/core6/src/libraries/core/class/Identifiable.h	2013-03-24 21:48:47 UTC (rev 9574)
@@ -31,7 +31,7 @@
     @ingroup Class Identifier
     @brief Declaration of Identifiable, the base of all classes that should own an Identifier.
 
-    It stores the Identifier and the MetaObjectList and has all needed functions to create and use the class-hierarchy.
+    It stores the Identifier and has all needed functions to create and use the class-hierarchy.
 */
 
 #ifndef _Identifiable_H__
@@ -45,7 +45,7 @@
 namespace orxonox
 {
     /**
-        @brief Identifiable is needed to create the class-hierarchy at startup and to store the Identifier and the MetaObjectList.
+        @brief Identifiable is needed to create the class-hierarchy at startup and to store the Identifier.
     */
     class _CoreExport Identifiable
     {

Modified: code/branches/core6/src/libraries/core/command/Shell.h
===================================================================
--- code/branches/core6/src/libraries/core/command/Shell.h	2013-03-24 21:43:27 UTC (rev 9573)
+++ code/branches/core6/src/libraries/core/command/Shell.h	2013-03-24 21:48:47 UTC (rev 9574)
@@ -49,7 +49,6 @@
 
 #include "util/output/BaseWriter.h"
 #include "core/Core.h"
-#include "core/class/OrxonoxClass.h"
 
 namespace orxonox
 {




More information about the Orxonox-commit mailing list