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

Comparing trunk/Buddy.hpp (file contents):
Revision 59 by douglas, 2004-08-19T16:44:47-07:00 vs.
Revision 60 by douglas, 2004-09-15T19:43:29-07:00

# Line 36 | Line 36 | public:
36          operator const ext::String&() const { return login; }
37   };
38  
39 < inline std::ostream& operator<<(std::ostream& sout, const Buddy& buddy)
39 > inline ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Buddy& buddy)
40   {
41 <        return sout << ext::String(buddy);
41 >        return pout << ext::String(buddy);
42   }
43  
44   #endif // _Buddy_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines