libt2n: (tomj) make result_container's has_exception and has_result a bit more robust
[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: