git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Renamed a variable.
[stg.git]
/
tests
/
testtariffs.h
diff --git
a/tests/testtariffs.h
b/tests/testtariffs.h
index 2e4dd5f01a6ce104ef0b96b43e27e265d77e16d6..fb7b1fe2d319e3f71f202d3a94ef2a6f125a6b08 100644
(file)
--- 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; }
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; }
void GetTariffsData(std::list<TARIFF_DATA> * /*tdl*/) {}
size_t Count() const { return 0; }