Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.