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 59 by douglas, 2004-08-23T15:03:41-07:00 vs.
Revision 60 by douglas, 2004-09-15T19:43:29-07:00

# Line 27 | Line 27 | public:
27          operator ext::String() const;
28   };
29  
30 < inline std::ostream& operator<<(std::ostream& sout, const AwayMessage& message)
30 > inline ios::PrintWriter& operator<<(ios::PrintWriter& pout,
31 >        const AwayMessage& message)
32   {
33 <        return sout << ext::String(message);
33 >        return pout << ext::String(message);
34   }
35  
36   #endif // _AwayMessage_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines