diff options
author | louiz’ <louiz@louiz.org> | 2016-11-18 20:54:41 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-04 16:15:21 +0100 |
commit | 732f53d798c86558e1e625c22e957243bb2d6467 (patch) | |
tree | 4bdbbb6442c10ebec2ba91e8ac32e92f80758b63 /louloulibs/network/tcp_socket_handler.hpp | |
parent | 3f53db79c0f010dfb1ac1f4aa8ed098d42c5b96f (diff) | |
download | biboumi-732f53d798c86558e1e625c22e957243bb2d6467.tar.gz biboumi-732f53d798c86558e1e625c22e957243bb2d6467.tar.bz2 biboumi-732f53d798c86558e1e625c22e957243bb2d6467.tar.xz biboumi-732f53d798c86558e1e625c22e957243bb2d6467.zip |
Clean a few more things
Diffstat (limited to 'louloulibs/network/tcp_socket_handler.hpp')
-rw-r--r-- | louloulibs/network/tcp_socket_handler.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/louloulibs/network/tcp_socket_handler.hpp b/louloulibs/network/tcp_socket_handler.hpp index c33c8f2..5863d4a 100644 --- a/louloulibs/network/tcp_socket_handler.hpp +++ b/louloulibs/network/tcp_socket_handler.hpp @@ -204,8 +204,8 @@ protected: /** * Called when we detect a disconnection from the remote host. */ - virtual void on_connection_close(const std::string& error) = 0; - virtual void on_connection_failed(const std::string& error) = 0; + virtual void on_connection_close(const std::string&) {} + virtual void on_connection_failed(const std::string&) {} private: #ifdef BOTAN_FOUND |