X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fclient%2Fmain.cpp;h=c077cc57166fe504babe590ee873220f41629372;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=6ed8f5bf2361c1275c06d634793a5dd9f2c057cd;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/http/client/main.cpp b/example/http/client/main.cpp index 6ed8f5b..c077cc5 100644 --- a/example/http/client/main.cpp +++ b/example/http/client/main.cpp @@ -63,7 +63,7 @@ #include #include -class Sender : public timex::Clock { +class Sender : public anna::timex::Clock { public: Sender () : Clock ("Sender", (Millisecond)1000), a_messageBySecond (0), @@ -136,7 +136,7 @@ public: private: MyCommunicator a_communicator; - timex::Engine a_timeController; + anna::timex::Engine a_timeController; Sender a_sender; Server* a_server;