Changeset 8812 for code/branches/output/src/libraries/core
- Timestamp:
- Aug 1, 2011, 8:42:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/OrxonoxClass.h
r8729 r8812 49 49 #include <vector> 50 50 #include "Super.h" 51 52 /**53 @def CCOUT54 Acts almost exactly like COUT(x), but prepends "ClassName: "55 */56 #define CCOUT(level) \57 COUT(level) << this->getIdentifier()->getName() << ": "58 51 59 52 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.