Changeset 9574 for code/branches
- Timestamp:
- Mar 24, 2013, 10:48:47 PM (12 years ago)
- Location:
- code/branches/core6/src/libraries/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/Identifiable.cc
r9572 r9574 35 35 36 36 #include <cassert> 37 #include "core/object/MetaObjectList.h"38 37 #include "core/object/Context.h" 39 38 #include "Identifier.h" -
code/branches/core6/src/libraries/core/class/Identifiable.h
r9572 r9574 32 32 @brief Declaration of Identifiable, the base of all classes that should own an Identifier. 33 33 34 It stores the Identifier and the MetaObjectList andhas all needed functions to create and use the class-hierarchy.34 It stores the Identifier and has all needed functions to create and use the class-hierarchy. 35 35 */ 36 36 … … 46 46 { 47 47 /** 48 @brief Identifiable is needed to create the class-hierarchy at startup and to store the Identifier and the MetaObjectList.48 @brief Identifiable is needed to create the class-hierarchy at startup and to store the Identifier. 49 49 */ 50 50 class _CoreExport Identifiable -
code/branches/core6/src/libraries/core/command/Shell.h
r9567 r9574 50 50 #include "util/output/BaseWriter.h" 51 51 #include "core/Core.h" 52 #include "core/class/OrxonoxClass.h"53 52 54 53 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.