]> git.stg.codes - stg.git/commitdiff
Add notifications in test tariffs class
authorMaxim Mamontov <faust.madf@gmail.com>
Wed, 14 Sep 2011 11:16:53 +0000 (14:16 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Wed, 14 Sep 2011 11:16:53 +0000 (14:16 +0300)
tests/testtariffs.h

index 2e4dd5f01a6ce104ef0b96b43e27e265d77e16d6..fb7b1fe2d319e3f71f202d3a94ef2a6f125a6b08 100644 (file)
@@ -16,6 +16,12 @@ 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 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*/) {}
 
         size_t         Count() const { return 0; }