X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2FxmlClient%2Fmain.cpp;h=149d1a89a2298f994d617fc77fcd62a1f855bcd6;hb=42f606f1c76bfbef24e7e772b6939d69d5ea970e;hp=d8b92bff32aaa64ef4b526c9c7bc75ba5f84dd27;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/http/xmlClient/main.cpp b/example/http/xmlClient/main.cpp index d8b92bf..149d1a8 100644 --- a/example/http/xmlClient/main.cpp +++ b/example/http/xmlClient/main.cpp @@ -68,7 +68,7 @@ static const Millisecond Resolution(250); static const Millisecond Period(500); static const Millisecond OneSecond(1000); -class Sender : public timex::Clock { +class Sender : public anna::timex::Clock { public: Sender (); @@ -142,7 +142,7 @@ public: private: MyCommunicator a_communicator; - timex::Engine a_timeController; + anna::timex::Engine a_timeController; Sender a_sender; Server* a_server;