Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9566 for code/branches/core6


Ignore:
Timestamp:
Mar 24, 2013, 6:37:06 PM (11 years ago)
Author:
landauf
Message:

details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/class/Identifier.h

    r9564 r9566  
    395395            object->metaList_->add(this->objects_, this->objects_->add(new ObjectListElement<T>(object)));
    396396
    397             // Add pointer of type T to the map in the OrxonoxClass instance that enables "dynamic_casts"
     397            // Add pointer of type T to the map in the Identifiable instance that enables "dynamic_casts"
    398398            object->objectPointers_.push_back(std::make_pair(this->getClassID(), static_cast<void*>(object)));
    399399            return false;
     
    424424    /**
    425425    @brief
    426         Casts on object of type OrxonoxClass to any derived type that is
     426        Casts on object of type Identifiable to any derived type that is
    427427        registered in the class hierarchy.
    428428    @return
Note: See TracChangeset for help on using the changeset viewer.