From 57df152ce8a64762e8a9ac3317fe77fac1f7f353 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 2 Aug 2004 18:25:00 +0000 Subject: add probe function prototypes (Logical change 1.24) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@115 ce84e21b-d406-0410-9b95-82705330c041 --- src/Generator.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Generator.py b/src/Generator.py index b80b1b69d..38ac68580 100644 --- a/src/Generator.py +++ b/src/Generator.py @@ -53,3 +53,8 @@ class Generator(object): '''Generate change notification for region''' pass + def GetProbes(self, metadata): + return [] + + def AcceptProbeData(self, metadata, probedata): + return -- cgit v1.2.3-1-g7c22