Changeset 8812 for code/branches/output/src/libraries/util
- Timestamp:
- Aug 1, 2011, 8:42:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/util/Output.h
r8808 r8812 49 49 return orxout(level, context()); 50 50 } 51 52 // COUT() is deprecated, please use orxout() 53 inline __DEPRECATED__(OutputStream& COUT(int level)); 54 55 inline OutputStream& COUT(int) 56 { 57 return orxout(); 58 } 51 59 } 52 60 53 #define COUT(level) orxonox::orxout()54 #define DOUT orxonox::orxout()55 56 61 #endif /* _Output_H__ */
Note: See TracChangeset
for help on using the changeset viewer.