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