+ 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 {}