]> git.stg.codes - stg.git/blobdiff - include/stg/tariff.h
Ticket 37. The GetChangePolicy() virtual function is declared in the class TARIFF.
[stg.git] / include / stg / tariff.h
index a2f6b42c6425007f5e58cfa7dc1edb9e423dde17..4f36e6f85522098bab767d5d823f0681995b5728 100644 (file)
@@ -58,6 +58,7 @@ public:
     virtual double  GetFee() const = 0;
     virtual double  GetFree() const = 0;
     virtual PERIOD  GetPeriod() const = 0;
+    virtual CHANGE_POLICY  GetChangePolicy() const = 0;
 
     virtual const   std::string & GetName() const = 0;
     virtual void    SetName(const std::string & name) = 0;