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 24 by douglas, 2004-07-17T00:54:46-07:00 vs.
Revision 25 by douglas, 2004-07-17T16:29:02-07:00

# Line 20 | Line 20 | public:
20                  rss) {}
21          Buddy(const net::Oscar::UserInfo& user) :
22                  login(net::Oscar::collapse(user.screenname)) {}
23 <        ~Buddy() {}
23 >        const ext::String& getRss() const { return rss; }
24          const ext::Uuid& getId() const { return id; }
25          void setId(const ext::Uuid& id) { this->id = id; }
26          bool operator==(const Buddy& buddy) const { return login == buddy.login; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines