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:
4bbe03b
)
Ticket 37. The time_t currentTime parameter added in
author
Elena Mamontova
<helenh463@gmail.com>
Mon, 28 Nov 2016 13:07:46 +0000
(15:07 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Mon, 28 Nov 2016 13:07:46 +0000
(15:07 +0200)
TariffChangeIsAllow() function declaration.
projects/stargazer/tariff_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/tariff_impl.h
b/projects/stargazer/tariff_impl.h
index 4948b3f81bed00dd77a0247ab1d05b8e72596280..0619d50bb5f852f725833a6294e613b8e31c88b5 100644
(file)
--- a/
projects/stargazer/tariff_impl.h
+++ b/
projects/stargazer/tariff_impl.h
@@
-89,7
+89,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 TariffChangeIsAllowed(const TARIFF & to) const;
+ std::string TariffChangeIsAllowed(const TARIFF & to
, time_t currentTime
) const;
private:
TARIFF_DATA tariffData;