libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return...
[libt2n] / src / command_server.hxx
index 04508b5..97b3a07 100644 (file)
@@ -41,7 +41,7 @@ class command_server
 
     public:
         command_server(server& _s);
-        // TODO: No (virtual) destructor
+        ~command_server();
 
         void handle(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL);