Changeset 453 for code/branches/objecthierarchy/src/orxonox/core/Iterator.h
- Timestamp:
- Dec 10, 2007, 5:07:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/Iterator.h
r452 r453 18 18 #ifndef _Iterator_H__ 19 19 #define _Iterator_H__ 20 21 #include "Debug.h" 20 22 21 23 namespace orxonox … … 100 102 // Comparing with anything except zero makes no sense 101 103 if (compare != 0) 102 std::cout<< "Warning: Comparing the " << ClassIdentifier<T>::getIdentifier()->getName() << "-List-Iterator with " << compare << " has no effect. Only comparison with 0 works.\n";104 COUT(2) << "Warning: Comparing the " << ClassIdentifier<T>::getIdentifier()->getName() << "-List-Iterator with " << compare << " has no effect. Only comparison with 0 works.\n"; 103 105 104 106 return (this->element_ != 0);
Note: See TracChangeset
for help on using the changeset viewer.