added LIBT2N_SET_DEFAULTGROUP
[libt2n] / examples / minimalistic-client-stub.cpp
index b12b642..d6ec553 100644 (file)
@@ -14,6 +14,7 @@ std::string cmd_group_example_client::testfunc(const std::string& str)
 
     testfunc_res* res=dynamic_cast<testfunc_res*>(rc.get_result());
     if (!res)
+      // TODO: another exception and details
       throw libt2n::t2n_communication_error("result object of wrong type");
     return res->get_data();
 }