[open-ils-commits] r12003 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 27 20:46:15 EST 2009


Author: miker
Date: 2009-01-27 20:46:14 -0500 (Tue, 27 Jan 2009)
New Revision: 12003

Added:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Cleanup.pm
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Collector.pm
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Reactor.pm
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Validator.pm
Log:
Add some basic dummy handlers (fourtytwo, NOOP_True and NOOP_False) for each module type

Added: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Cleanup.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Cleanup.pm	                        (rev 0)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Cleanup.pm	2009-01-28 01:46:14 UTC (rev 12003)
@@ -0,0 +1,5 @@
+package OpenILS::Application::Trigger::Cleanup;
+sub fourty_two { return 42 }
+sub NOOP_True { return 1 }
+sub NOOP_False { return 0 }
+1;

Added: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Collector.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Collector.pm	                        (rev 0)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Collector.pm	2009-01-28 01:46:14 UTC (rev 12003)
@@ -0,0 +1,3 @@
+package OpenILS::Application::Trigger::Collector;
+sub fourty_two { return 42 }
+1;

Added: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Reactor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Reactor.pm	                        (rev 0)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Reactor.pm	2009-01-28 01:46:14 UTC (rev 12003)
@@ -0,0 +1,5 @@
+package OpenILS::Application::Trigger::Reactor;
+sub fourty_two { return 42 }
+sub NOOP_True { return 1 }
+sub NOOP_False { return 0 }
+1;

Added: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Validator.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Validator.pm	                        (rev 0)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger/Validator.pm	2009-01-28 01:46:14 UTC (rev 12003)
@@ -0,0 +1,5 @@
+package OpenILS::Application::Trigger::Validator;
+sub fourty_two { return 42 }
+sub NOOP_True { return 1 }
+sub NOOP_False { return 0 }
+1;



More information about the open-ils-commits mailing list