X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FrrClient%2Fmain.cpp;h=b58c6e037790ff3f3951068a8aee255346e4f410;hb=42f606f1c76bfbef24e7e772b6939d69d5ea970e;hp=50d94a0879875d47960112f3a1124c17315a933f;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;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) {