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:
35c60a5
)
Ticket 37. The virtual time_t GetChangePolicyTimeout() function declared.
author
Elena Mamontova
<helenh463@gmail.com>
Fri, 16 Sep 2016 12:51:06 +0000
(15:51 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Fri, 16 Sep 2016 12:51:06 +0000
(15:51 +0300)
include/stg/tariff.h
patch
|
blob
|
history
diff --git
a/include/stg/tariff.h
b/include/stg/tariff.h
index 9bd9973eaa5cedebbe33f91b236e3a1df3de1995..2fd797fde514fed8a8a276116dcb2fa066639946 100644
(file)
--- a/
include/stg/tariff.h
+++ b/
include/stg/tariff.h
@@
-59,6
+59,7
@@
public:
virtual double GetFree() const = 0;
virtual PERIOD GetPeriod() const = 0;
virtual CHANGE_POLICY GetChangePolicy() const = 0;
+ virtual time_t GetChangePolicyTimeout() const = 0;
virtual const std::string & GetName() const = 0;
virtual void SetName(const std::string & name) = 0;