modif
[src/app-framework-binder.git] / src / afb-wsj1-test.cpp
index f355e1a..b9a6b06 100644 (file)
@@ -11,8 +11,9 @@ int main(int ac, char **av){
     char*verb =av[3]; 
     char*req =av[4];
     afb::wsj1 sj1;
+    char *x;
     sj1.connect(uri);
     sj1.call(api,verb,req,onreply);
-       system("PAUSE");
+       std::cin <<x<<std::endl;
     return EXIT_SUCCESS;
 }
\ No newline at end of file