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:
07ffb59
)
Ticket 37. TariffChangelsAllowed function name changed to
author
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:41:58 +0000
(09:41 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:41:58 +0000
(09:41 +0300)
TariffChangeIsAllowed.
projects/stargazer/tariff_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/tariff_impl.h
b/projects/stargazer/tariff_impl.h
index 682d66eca96e980ad64bbcfdb433b677713651ba..788162cdd1c17ebe06f36efb6249ca67c8662e37 100644
(file)
--- a/
projects/stargazer/tariff_impl.h
+++ b/
projects/stargazer/tariff_impl.h
@@
-88,7
+88,7
@@
public:
TARIFF_IMPL & operator=(const TARIFF_IMPL & t);
bool operator==(const TARIFF_IMPL & rhs) const { return GetName() == rhs.GetName(); }
bool operator!=(const TARIFF_IMPL & rhs) const { return GetName() != rhs.GetName(); }
- std::string TariffChange
l
sAllowed(const TARIFF & to) const;
+ std::string TariffChange
I
sAllowed(const TARIFF & to) const;
private:
TARIFF_DATA tariffData;