- Timestamp:
- Dec 10, 2007, 8:34:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/Identifier.h
r453 r457 64 64 friend class SubclassIdentifier; // Forward declaration 65 65 66 template <class T> 67 friend class ClassFactory; // Forward declaration 66 friend class Factory; // Forward declaration 68 67 69 68 public: … … 216 215 COUT(4) << "*** Register Class in " << name << "-Singleton -> Initialize Singleton.\n"; 217 216 pointer_s->name_ = name; 218 Factory::add(name, pointer_s); // Add the Identifier to the Factory217 // Factory::add(name, pointer_s); // Add the Identifier to the Factory 219 218 220 219 if (bRootClass)
Note: See TracChangeset
for help on using the changeset viewer.