Testing library separation: now not in launcher but isolated
[anna.git] / example / diameter / launcher / testing / TestClock.cpp
diff --git a/example/diameter/launcher/testing/TestClock.cpp b/example/diameter/launcher/testing/TestClock.cpp
deleted file mode 100644 (file)
index 885e87e..0000000
+++ /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 <string>
-
-// Process
-#include <TestClock.hpp>
-#include <Launcher.hpp>
-
-
-bool TestClock::tick() throw(anna::RuntimeException) {
-  return a_manager->tick();
-}
-