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=885e87ee20f4862dc5b1fde4e2106945dba51533;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=0000000000000000000000000000000000000000;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/testing/TestClock.cpp b/example/diameter/launcher/testing/TestClock.cpp new file mode 100644 index 0000000..885e87e --- /dev/null +++ b/example/diameter/launcher/testing/TestClock.cpp @@ -0,0 +1,20 @@ +// 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(); +} +