Suuports clang compiler
[anna.git] / example / http / xmlClient / main.cpp
index d8b92bf..149d1a8 100644 (file)
@@ -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;