diff options
Diffstat (limited to 'Swiften/Client/Client.h')
| -rw-r--r-- | Swiften/Client/Client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h index 57228ef..1023108 100644 --- a/Swiften/Client/Client.h +++ b/Swiften/Client/Client.h | |||
| @@ -56,10 +56,11 @@ namespace Swift { | |||
| 56 | boost::signal<void (const String&)> onDataRead; | 56 | boost::signal<void (const String&)> onDataRead; |
| 57 | boost::signal<void (const String&)> onDataWritten; | 57 | boost::signal<void (const String&)> onDataWritten; |
| 58 | 58 | ||
| 59 | private: | 59 | private: |
| 60 | void handleConnectorFinished(boost::shared_ptr<Connection>, Connector::ref); | 60 | void handleConnectorFinished(boost::shared_ptr<Connection>, Connector::ref); |
| 61 | void handleSessionInitialized(); | ||
| 61 | void send(boost::shared_ptr<Stanza>); | 62 | void send(boost::shared_ptr<Stanza>); |
| 62 | virtual String getNewIQID(); | 63 | virtual String getNewIQID(); |
| 63 | void handleStanza(boost::shared_ptr<Stanza>); | 64 | void handleStanza(boost::shared_ptr<Stanza>); |
| 64 | void handleSessionFinished(boost::shared_ptr<Error>); | 65 | void handleSessionFinished(boost::shared_ptr<Error>); |
| 65 | void handleNeedCredentials(); | 66 | void handleNeedCredentials(); |
Swift