Suuports clang compiler
[anna.git] / example / timex / ArithmeticHTTPServer / Transaction.hpp
index bb301ad..fbaa9c2 100644 (file)
@@ -54,7 +54,7 @@ namespace http4comm {
 
 using namespace anna;
 
-class Transaction : public timex::Transaction {
+class Transaction : public anna::timex::Transaction {
 public:
    Transaction ();
 
@@ -66,7 +66,7 @@ private:
    comm::ClientSocket* a_clientSocket;
    http::Response* a_httpResponse;
    
-   void expire (timex::Engine*) throw (RuntimeException);
+   void expire (anna::timex::Engine*) throw (RuntimeException);
 };
 
 }