diff options
Diffstat (limited to 'Swiften/StreamStack/ConnectionLayer.h')
-rw-r--r-- | Swiften/StreamStack/ConnectionLayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/StreamStack/ConnectionLayer.h b/Swiften/StreamStack/ConnectionLayer.h index 8ccd33c..6776751 100644 --- a/Swiften/StreamStack/ConnectionLayer.h +++ b/Swiften/StreamStack/ConnectionLayer.h @@ -22,6 +22,9 @@ namespace Swift { } private: + void handleDataRead(boost::shared_ptr<SafeByteArray>); + + private: boost::shared_ptr<Connection> connection; }; } |