Suuports clang compiler
[anna.git] / source / timex / Clock.cpp
index e4aff90..2082f00 100644 (file)
 
 using namespace anna;
 
-timex::Clock::Clock(const char* name, const Millisecond & timeout) :
+anna::timex::Clock::Clock(const char* name, const Millisecond & timeout) :
   TimeEvent(anna_ptrnumber_cast(this), timeout),
   a_name(name) {
 }
 
-void timex::Clock::expire(timex::Engine* timeController)
+void anna::timex::Clock::expire(timex::Engine* timeController)
 throw(RuntimeException) {
   bool moreTick = true;