System test feature
[anna.git] / example / diameter / launcher / testing / TestClock.cpp
diff --git a/example/diameter/launcher/testing/TestClock.cpp b/example/diameter/launcher/testing/TestClock.cpp
new file mode 100644 (file)
index 0000000..885e87e
--- /dev/null
@@ -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 <string>
+
+// Process
+#include <TestClock.hpp>
+#include <Launcher.hpp>
+
+
+bool TestClock::tick() throw(anna::RuntimeException) {
+  return a_manager->tick();
+}
+