]> git.stg.codes - stg.git/commitdiff
Ticket 37. TariffChangelsAllowed() function declaration added.
authorElena Mamontova <helenh463@gmail.com>
Fri, 5 Aug 2016 16:34:57 +0000 (19:34 +0300)
committerElena Mamontova <helenh463@gmail.com>
Fri, 5 Aug 2016 16:34:57 +0000 (19:34 +0300)
projects/stargazer/tariff_impl.h

index 324be186aa9a57a95e1830017e55c4aa1884b198..682d66eca96e980ad64bbcfdb433b677713651ba 100644 (file)
@@ -88,6 +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 TariffChangelsAllowed(const TARIFF & to) const;
 
 private:
     TARIFF_DATA     tariffData;