ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/AwayMessage.hpp
(Generate patch)

Comparing trunk/AwayMessage.hpp (file contents):
Revision 30 by douglas, 2004-07-19T21:24:52-07:00 vs.
Revision 31 by douglas, 2004-07-20T00:11:56-07:00

# Line 23 | Line 23 | public:
23          operator const ext::String&() const;
24   };
25  
26 + inline std::ostream& operator<<(std::ostream& sout, const AwayMessage& message)
27 + {
28 +        return sout << ext::String(message);
29 + }
30 +
31   #endif // _AwayMessage_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines