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 46 by douglas, 2004-08-16T18:52:59-07:00 vs.
Revision 51 by douglas, 2004-08-23T15:03:41-07:00

# Line 22 | Line 22 | public:
22          const Stamp& getStamp() const { return stamp; }
23          ext::String getLink(const Buddy& buddy) const;
24          ext::String getTag(const Buddy& buddy) const;
25 +        bool operator<(const AwayMessage& message) const { return stamp < message.stamp; }
26 +        bool operator>(const AwayMessage& message) const { return stamp > message.stamp; }
27          operator ext::String() const;
28   };
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines