# | 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); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |