diff options
Diffstat (limited to 'Swiften/Avatars/VCardUpdateAvatarManager.h')
| -rw-r--r-- | Swiften/Avatars/VCardUpdateAvatarManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Avatars/VCardUpdateAvatarManager.h b/Swiften/Avatars/VCardUpdateAvatarManager.h index 16c0ca3..e29db1c 100644 --- a/Swiften/Avatars/VCardUpdateAvatarManager.h +++ b/Swiften/Avatars/VCardUpdateAvatarManager.h | |||
| @@ -33,10 +33,11 @@ namespace Swift { | |||
| 33 | public: | 33 | public: |
| 34 | boost::signal<void (const JID&, const String& /*hash*/)> onAvatarChanged; | 34 | boost::signal<void (const JID&, const String& /*hash*/)> onAvatarChanged; |
| 35 | 35 | ||
| 36 | private: | 36 | private: |
| 37 | void handlePresenceReceived(boost::shared_ptr<Presence>); | 37 | void handlePresenceReceived(boost::shared_ptr<Presence>); |
| 38 | void handleStanzaChannelAvailableChanged(bool); | ||
| 38 | void handleVCardChanged(const JID& from, VCard::ref); | 39 | void handleVCardChanged(const JID& from, VCard::ref); |
| 39 | void setAvatarHash(const JID& from, const String& hash); | 40 | void setAvatarHash(const JID& from, const String& hash); |
| 40 | JID getAvatarJID(const JID& o) const; | 41 | JID getAvatarJID(const JID& o) const; |
| 41 | String getAvatarHash(const JID&) const; | 42 | String getAvatarHash(const JID&) const; |
| 42 | 43 | ||
Swift