]> git.stg.codes - stg.git/blobdiff - tests/testtariffs.h
Merge remote-tracking branch 'origin/master' into ticket
[stg.git] / tests / testtariffs.h
index 2e4dd5f01a6ce104ef0b96b43e27e265d77e16d6..a2b14142187ad68ec099ebd19e3d9817a78479fc 100644 (file)
@@ -16,7 +16,13 @@ class TEST_TARIFFS : public TARIFFS {
         int            Add(const std::string & /*name*/, const ADMIN * /*admin*/) { return 0; }
         int            Chg(const TARIFF_DATA & /*td*/, const ADMIN * /*admin*/) { return 0; }
 
-        void           GetTariffsData(std::list<TARIFF_DATA> * /*tdl*/) {}
+        void AddNotifierAdd(NOTIFIER_BASE<TARIFF_DATA> *) {}
+        void DelNotifierAdd(NOTIFIER_BASE<TARIFF_DATA> *) {}
+
+        void AddNotifierDel(NOTIFIER_BASE<TARIFF_DATA> *) {}
+        void DelNotifierDel(NOTIFIER_BASE<TARIFF_DATA> *) {}
+
+        void           GetTariffsData(std::list<TARIFF_DATA> * /*tdl*/) const {}
 
         size_t         Count() const { return 0; }