# | 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_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |