Suuports clang compiler
[anna.git] / example / timex / ArithmeticHTTPServer / Context.hpp
index 8d719e1..830470d 100644 (file)
@@ -53,9 +53,9 @@ class Transaction;
 
 using namespace anna;
 
-class Context : public timex::Context <S64> {
+class Context : public anna::timex::Context <S64> {
 public:
-   Context (timex::Engine&, const Millisecond& timeout);
+   Context (anna::timex::Engine&, const Millisecond& timeout);
    
    void create (const S64 id, comm::ClientSocket&) throw (RuntimeException);
    void destroy (Transaction*) throw ();
@@ -63,8 +63,8 @@ public:
 private:
    Recycler <Transaction> a_transactions;
 
-   timex::Transaction* createTransaction (const int /*classType*/) throw ();
-   void releaseTransaction (timex::Transaction* tt) throw ();
+   anna::timex::Transaction* createTransaction (const int /*classType*/) throw ();
+   void releaseTransaction (anna::timex::Transaction* tt) throw ();
 
    std::string identifierAsString (const S64&) const throw ();
    const S64& contextAsIdentifier (const void*) const throw ();