X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d3994fde00a92cffd43c79668802108d3056413b..6f0e2096e9604b62afdc9b6edc5f783cc11d5f3a:/tests/testtariffs.h 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; }