libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return...
[libt2n] / src / socket_handler.hxx
index 799913e..024bb9f 100644 (file)
@@ -48,6 +48,7 @@ class socket_handler
         long long write_timeout;
 
         socket_handler(int _sock, socket_type_value _socket_type);
+        ~socket_handler();
 
         void set_socket_options(int sock);