X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestClock.cpp;fp=example%2Fdiameter%2Flauncher%2Ftesting%2FTestClock.cpp;h=0000000000000000000000000000000000000000;hb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;hp=885e87ee20f4862dc5b1fde4e2106945dba51533;hpb=61f1340da3cae5159d2e3bc14fc47c6d4bf9453e;p=anna.git diff --git a/example/diameter/launcher/testing/TestClock.cpp b/example/diameter/launcher/testing/TestClock.cpp deleted file mode 100644 index 885e87e..0000000 --- a/example/diameter/launcher/testing/TestClock.cpp +++ /dev/null @@ -1,20 +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 // - - -// Standard -#include - -// Process -#include -#include - - -bool TestClock::tick() throw(anna::RuntimeException) { - return a_manager->tick(); -} -