[Orxonox-commit 4897] r9566 - code/branches/core6/src/libraries/core/class

landauf at orxonox.net landauf at orxonox.net
Sun Mar 24 18:37:06 CET 2013


Author: landauf
Date: 2013-03-24 18:37:06 +0100 (Sun, 24 Mar 2013)
New Revision: 9566

Modified:
   code/branches/core6/src/libraries/core/class/Identifier.h
Log:
details

Modified: code/branches/core6/src/libraries/core/class/Identifier.h
===================================================================
--- code/branches/core6/src/libraries/core/class/Identifier.h	2013-03-24 17:34:23 UTC (rev 9565)
+++ code/branches/core6/src/libraries/core/class/Identifier.h	2013-03-24 17:37:06 UTC (rev 9566)
@@ -394,7 +394,7 @@
             orxout(verbose, context::object_list) << "Added object to " << this->getName() << "-list." << endl;
             object->metaList_->add(this->objects_, this->objects_->add(new ObjectListElement<T>(object)));
 
-            // Add pointer of type T to the map in the OrxonoxClass instance that enables "dynamic_casts"
+            // Add pointer of type T to the map in the Identifiable instance that enables "dynamic_casts"
             object->objectPointers_.push_back(std::make_pair(this->getClassID(), static_cast<void*>(object)));
             return false;
         }
@@ -423,7 +423,7 @@
     // ###############################
     /**
     @brief
-        Casts on object of type OrxonoxClass to any derived type that is
+        Casts on object of type Identifiable to any derived type that is
         registered in the class hierarchy.
     @return
         Returns NULL if the cast is not possible




More information about the Orxonox-commit mailing list