Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9574 for code/branches/core6


Ignore:
Timestamp:
Mar 24, 2013, 10:48:47 PM (11 years ago)
Author:
landauf
Message:

cleanup

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  
    3535
    3636#include <cassert>
    37 #include "core/object/MetaObjectList.h"
    3837#include "core/object/Context.h"
    3938#include "Identifier.h"
  • code/branches/core6/src/libraries/core/class/Identifiable.h

    r9572 r9574  
    3232    @brief Declaration of Identifiable, the base of all classes that should own an Identifier.
    3333
    34     It stores the Identifier and the MetaObjectList and has 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.
    3535*/
    3636
     
    4646{
    4747    /**
    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.
    4949    */
    5050    class _CoreExport Identifiable
  • code/branches/core6/src/libraries/core/command/Shell.h

    r9567 r9574  
    5050#include "util/output/BaseWriter.h"
    5151#include "core/Core.h"
    52 #include "core/class/OrxonoxClass.h"
    5352
    5453namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.