git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16ae7b
)
Ticket 37. TariffChangelsAllowed function name changed to
author
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:24:15 +0000
(09:24 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:24:15 +0000
(09:24 +0300)
TariffChangeIsAllowed.
include/stg/tariff.h
patch
|
blob
|
history
diff --git
a/include/stg/tariff.h
b/include/stg/tariff.h
index 135c687397eed4239d2d74b109ac4652c24380a0..9bd9973eaa5cedebbe33f91b236e3a1df3de1995 100644
(file)
--- a/
include/stg/tariff.h
+++ b/
include/stg/tariff.h
@@
-67,7
+67,7
@@
public:
virtual int64_t GetTraffByType(uint64_t up, uint64_t down) const = 0;
virtual int GetThreshold(int dir) const = 0;
virtual const TARIFF_DATA & GetTariffData() const = 0;
- virtual std::string TariffChange
l
sAllowed(const TARIFF & to) const = 0;
+ virtual std::string TariffChange
I
sAllowed(const TARIFF & to) const = 0;
};
inline