libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return...
[libt2n] / src / command_client.hxx
index 59d4755..49f2819 100644 (file)
@@ -45,6 +45,7 @@ class command_client
         std::string read_packet(const long long &usec_timeout);
         bool check_hello(const std::string& hellostr);
 
+        // TODO: Deny access to copy constructor or use boost::shared_ptr
         std::auto_ptr<t2n_exception> constructorException;
 
     public: