X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FContext.hpp;h=830470dda6758006b936cdfc135665dbdb5ab162;hb=42f606f1c76bfbef24e7e772b6939d69d5ea970e;hp=8d719e19904ebb9520af70a429ff34bb8a1c1ec7;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/timex/ArithmeticHTTPServer/Context.hpp b/example/timex/ArithmeticHTTPServer/Context.hpp index 8d719e1..830470d 100644 --- a/example/timex/ArithmeticHTTPServer/Context.hpp +++ b/example/timex/ArithmeticHTTPServer/Context.hpp @@ -53,9 +53,9 @@ class Transaction; using namespace anna; -class Context : public timex::Context { +class Context : public anna::timex::Context { 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 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 ();