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 39 by douglas, 2004-07-23T17:52:53-07:00 vs.
Revision 46 by douglas, 2004-08-16T18:52:59-07:00

# Line 26 | Line 26 | public:
26          const ext::String& getAtom() const { return atom; }
27          const ext::String& getLink() const { return link; }
28          const ext::Uuid& getId() const { return id; }
29 +        ext::String getRssLink() const;
30 +        ext::String getAtomLink() const;
31          void setId(const ext::Uuid& id) { this->id = id; }
32          bool operator==(const Buddy& buddy) const { return login == buddy.login; }
33          bool operator<(const Buddy& buddy) const { return std::string(login) < std::string(buddy.login); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines