Parent Directory
|
Revision Log
|
Patch
revision 1669 by phornby, Fri Jul 11 13:12:46 2008 UTC | revision 1670 by ksteube, Thu Jul 24 04:30:43 2008 UTC | |
---|---|---|
# | Line 71 namespace esysUtils { | Line 71 namespace esysUtils { |
71 | }; | }; |
72 | ||
73 | inline | inline |
74 | inline std::ostream& operator<<(std::ostream& oStream, | std::ostream& operator<<(std::ostream& oStream, |
75 | const ErrStream& errStream) | const ErrStream& errStream) |
76 | { | { |
77 | oStream << errStream.toString(); | oStream << errStream.toString(); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |