X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FTransaction.hpp;h=fbaa9c28d28c5b4a530315f5c030ed2a89a68219;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=bb301ad82ac2fb184b1d3d9ffe26f03a1dcb98da;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/timex/ArithmeticHTTPServer/Transaction.hpp b/example/timex/ArithmeticHTTPServer/Transaction.hpp index bb301ad..fbaa9c2 100644 --- a/example/timex/ArithmeticHTTPServer/Transaction.hpp +++ b/example/timex/ArithmeticHTTPServer/Transaction.hpp @@ -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); }; }