From: Maxim Mamontov Date: Wed, 14 Sep 2011 11:16:53 +0000 (+0300) Subject: Add notifications in test tariffs class X-Git-Tag: 2.408-rc1~71 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/512f2e6baf82bb22e05ee583741ca4209480e783 Add notifications in test tariffs class --- diff --git a/tests/testtariffs.h b/tests/testtariffs.h index 2e4dd5f0..fb7b1fe2 100644 --- a/tests/testtariffs.h +++ b/tests/testtariffs.h @@ -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 *) {} + void DelNotifierAdd(NOTIFIER_BASE *) {} + + void AddNotifierDel(NOTIFIER_BASE *) {} + void DelNotifierDel(NOTIFIER_BASE *) {} + void GetTariffsData(std::list * /*tdl*/) {} size_t Count() const { return 0; }