diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-11-10 19:29:39 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-11-10 19:29:39 (GMT) |
| commit | 3914231a023e36881c2a760a3d8973ffdd2a18ad (patch) | |
| tree | 7d1c2d61f1cf74f9369092f8473386dc5e9649a3 /Swiften/Client/Client.h | |
| parent | c682941cd230ad8caed3f3d457de3dc0cd7172d4 (diff) | |
| download | swift-3914231a023e36881c2a760a3d8973ffdd2a18ad.zip swift-3914231a023e36881c2a760a3d8973ffdd2a18ad.tar.bz2 | |
More Client refactoring.
Diffstat (limited to 'Swiften/Client/Client.h')
| -rw-r--r-- | Swiften/Client/Client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h index 27c2458..16127dd 100644 --- a/Swiften/Client/Client.h +++ b/Swiften/Client/Client.h @@ -50,14 +50,14 @@ namespace Swift { void handleConnectionConnectFinished(bool error); void send(boost::shared_ptr<Stanza>); virtual String getNewIQID(); void handleElement(boost::shared_ptr<Element>); void handleSessionFinished(boost::shared_ptr<Error>); void handleNeedCredentials(); - void handleDataRead(const ByteArray&); - void handleDataWritten(const ByteArray&); + void handleDataRead(const String&); + void handleDataWritten(const String&); void reset(); private: JID jid_; String password_; |
Swift