summaryrefslogtreecommitdiffstats
path: root/src/Generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generator.py')
-rw-r--r--src/Generator.py5
1 files changed, 5 insertions, 0 deletions
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