X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fclient%2Fmain.cpp;h=085a69200611d456ab70f5edfb97b89a522b3da9;hb=ea1b80f8fd0c1b806460f98f4e4cf433698857d9;hp=1ddd525d06d6bcde34c9a8ee4081466e6f629758;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/http/client/main.cpp b/example/http/client/main.cpp index 1ddd525..085a692 100644 --- a/example/http/client/main.cpp +++ b/example/http/client/main.cpp @@ -83,6 +83,8 @@ public: void count (const int delay) throw (RuntimeException); private: + using Communicator::eventBreakConnection; + int a_avgResponseTime; int a_rxMessageCounter; MyHandler a_httpHandler;