Changeset 811 for code/branches/core/src/orxonox/core/Identifier.cc
- Timestamp:
- Feb 13, 2008, 6:39:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/core/Identifier.cc
r806 r811 70 70 void Identifier::initialize(const IdentifierList* parents) 71 71 { 72 COUT(4) << "*** I nitialize " << this->name_ << "-Singleton." << std::endl;72 COUT(4) << "*** Identifier: Initialize " << this->name_ << "-Singleton." << std::endl; 73 73 this->bCreatedOneObject_ = true; 74 74 … … 99 99 { 100 100 // Abstract classes don't have a factory and therefore can't create new objects 101 COUT(1) << "An error occurred in Identifier:" << std::endl; 101 102 COUT(1) << "Error: Cannot create an object of type '" << this->name_ << "'. Class is abstract." << std::endl; 102 103 COUT(1) << "Aborting..." << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.