diff options
Diffstat (limited to 'Swiften/Client/Session.h')
-rw-r--r-- | Swiften/Client/Session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/Session.h b/Swiften/Client/Session.h index 1b4d1fe..17c10b9 100644 --- a/Swiften/Client/Session.h +++ b/Swiften/Client/Session.h @@ -87,7 +87,7 @@ namespace Swift { void sendSessionStart(); void handleConnected(); - void handleConnectionError(Connection::Error); + void handleDisconnected(const boost::optional<Connection::Error>&); void handleElement(boost::shared_ptr<Element>); void handleStreamStart(); void handleTLSConnected(); |