X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-wsj1-test.cpp;h=b9a6b06dacfcbe7cd131b45d7973b4e862f551fd;hb=569cf28d16e83cc9b30fee8ca82e850e497e0a3d;hp=f355e1a7b18ee10b9304185ab2486c9ec9114268;hpb=d2088223caba06a11627d0ba22e33fa32197e6d1;p=src%2Fapp-framework-binder.git 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 <