summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-27 14:10:29 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-27 14:10:29 (GMT)
commitcd9c5b8d87aaae48a058ae8d498bc81d0fed82ad (patch)
tree653077dbad716ed03052facd45fcdfc5bb182b86 /Swiften/Client/CoreClient.h
parentff700194d1d6e8e347a50912de9320f9c3d463bb (diff)
downloadswift-cd9c5b8d87aaae48a058ae8d498bc81d0fed82ad.zip
swift-cd9c5b8d87aaae48a058ae8d498bc81d0fed82ad.tar.bz2
Avoid more valgrind warnings.
Diffstat (limited to 'Swiften/Client/CoreClient.h')
-rw-r--r--Swiften/Client/CoreClient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/Client/CoreClient.h b/Swiften/Client/CoreClient.h
index 925a357..bac78a3 100644
--- a/Swiften/Client/CoreClient.h
+++ b/Swiften/Client/CoreClient.h
@@ -200,6 +200,9 @@ namespace Swift {
void handleNeedCredentials();
void handleDataRead(const String&);
void handleDataWritten(const String&);
+ void handlePresenceReceived(Presence::ref);
+ void handleMessageReceived(Message::ref);
+ void handleStanzaAcked(Stanza::ref);
private:
JID jid_;