X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestClock.hpp;fp=example%2Fdiameter%2Flauncher%2Ftesting%2FTestClock.hpp;h=0000000000000000000000000000000000000000;hb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;hp=e007cb6defbf98d866dae3f35f1c0bf3d7fa6493;hpb=61f1340da3cae5159d2e3bc14fc47c6d4bf9453e;p=anna.git diff --git a/example/diameter/launcher/testing/TestClock.hpp b/example/diameter/launcher/testing/TestClock.hpp deleted file mode 100644 index e007cb6..0000000 --- a/example/diameter/launcher/testing/TestClock.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// ANNA - Anna is Not Nothingness Anymore // -// // -// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo // -// // -// See project site at http://redmine.teslayout.com/projects/anna-suite // -// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE // - - -#ifndef example_diameter_launcher_TestClock_hpp -#define example_diameter_launcher_TestClock_hpp - -// Project -#include -#include - -class TestManager; - -class TestClock : public anna::timex::Clock { - TestManager *a_manager; - -public: - TestClock(const char *clockName, const anna::Millisecond & timeout, TestManager *manager) - : a_manager(manager), anna::timex::Clock(clockName, timeout) {;} - - virtual bool tick() throw(anna::RuntimeException); -}; - -#endif -