X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fhttp%2Fclient%2Fmain.cpp;h=085a69200611d456ab70f5edfb97b89a522b3da9;hp=1ddd525d06d6bcde34c9a8ee4081466e6f629758;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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;