Changeset 14:ab5b300482aa in rrlib_util
- Timestamp:
-
17.01.2011 11:02:33
(9 years ago)
- Author:
- Jens Wettach <wettach@…>
- Branch:
- default
- Phase:
- public
- Convert:
- svn:dcce5f72-5200-4218-9373-75d9081937af/trunk@21
- Message:
-
added stream output for tTime
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r13
|
r14
|
|
27 | 27 | #define _util_tTime_h_ |
28 | 28 | |
29 | | # include <sys/time.h> |
| 29 | #include <sys/time.h> |
| 30 | #include <iostream> |
30 | 31 | |
31 | 32 | namespace rrlib |
… |
… |
|
140 | 141 | |
141 | 142 | }; |
| 143 | |
| 144 | std::ostream& operator<<(std::ostream& str, const tTime& time); |
142 | 145 | } |
143 | 146 | } |