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 46 by douglas, 2004-08-16T18:52:59-07:00 vs.
Revision 49 by douglas, 2004-08-19T16:44:47-07:00

# Line 28 | Line 28 | public:
28          const ext::Uuid& getId() const { return id; }
29          ext::String getRssLink() const;
30          ext::String getAtomLink() const;
31 +        ext::String getDisplay(const Database& database) const;
32          void setId(const ext::Uuid& id) { this->id = id; }
33 +        void setDisplay(const ext::String& display, const Database& database) const;
34          bool operator==(const Buddy& buddy) const { return login == buddy.login; }
35          bool operator<(const Buddy& buddy) const { return std::string(login) < std::string(buddy.login); }
36          operator const ext::String&() const { return login; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines