X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FrrClient%2Fmain.cpp;fp=example%2Fcomm%2FrrClient%2Fmain.cpp;h=b58c6e037790ff3f3951068a8aee255346e4f410;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=50d94a0879875d47960112f3a1124c17315a933f;hpb=c5dc5c2b4cb7cfb1659e27936fac109642fa1d82;p=anna.git diff --git a/example/comm/rrClient/main.cpp b/example/comm/rrClient/main.cpp index 50d94a0..b58c6e0 100644 --- a/example/comm/rrClient/main.cpp +++ b/example/comm/rrClient/main.cpp @@ -57,7 +57,7 @@ #include #include -class Sender : public timex::Clock { +class Sender : public anna::timex::Clock { public: Sender () : Clock ("Sender", (Millisecond)1000), a_messageBySecond (0), @@ -112,7 +112,7 @@ public: private: MyCommunicator a_communicator; - timex::Engine a_timeController; + anna::timex::Engine a_timeController; Sender a_sender; Service* a_service; @@ -292,7 +292,7 @@ bool Sender::tick () Communicator* communicator = anna::app::functions::component (ANNA_FILE_LOCATION); if (a_messageBySecond == 0) - throw RuntimeException ("Hay que indicar el nÂș de mensajes por segundo", ANNA_FILE_LOCATION); + throw RuntimeException ("Hay que indicar el numero de mensajes por segundo", ANNA_FILE_LOCATION); if (a_errorCounter > 100) {