diff options
author | 2019-01-31 18:31:03 +0100 | |
---|---|---|
committer | 2019-01-31 18:31:03 +0100 | |
commit | 569cf28d16e83cc9b30fee8ca82e850e497e0a3d (patch) | |
tree | a112ebd4e0449f852e84bf234bef5d0fe7ca0e7e | |
parent | d2088223caba06a11627d0ba22e33fa32197e6d1 (diff) |
modif
Change-Id: Id6399f195ac360e9d8fa2e6e1b472ff33c8e9b62
-rw-r--r-- | src/afb-wsj1-test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-wsj1-test.cpp b/src/afb-wsj1-test.cpp index f355e1a7..b9a6b06d 100644 --- a/src/afb-wsj1-test.cpp +++ b/src/afb-wsj1-test.cpp @@ -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 |