- TEST_TARIFFS() : testTariff("") {}
-
- int ReadTariffs () { return 0; }
- const TARIFF * FindByName(const std::string & /*name*/) const { return &testTariff; }
- const TARIFF * GetNoTariff() const { return NULL; }
- int Del(const std::string & /*name*/, const ADMIN * /*admin*/) { return 0; }
- 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> *) {}