]> git.stg.codes - stg.git/commitdiff
Ticket 37. TariffChangelsAllowed function name changed to
authorElena Mamontova <helenh463@gmail.com>
Mon, 8 Aug 2016 06:43:13 +0000 (09:43 +0300)
committerElena Mamontova <helenh463@gmail.com>
Mon, 8 Aug 2016 06:43:13 +0000 (09:43 +0300)
TariffChangeIsAllowed.

projects/stargazer/tariff_impl.cpp

index 32a52d8f13df1a5c2ada0e79e37d64e5473f1434..d619b32d78e4bc178cef6787b8d3bb279df06b20 100644 (file)
@@ -145,7 +145,7 @@ else
     return tariffData.dirPrice[dir].priceDayA;
 }
 //-----------------------------------------------------------------------------
-std::string TARIFF_IMPL::TariffChangelsAllowed(const TARIFF & to) const
+std::string TARIFF_IMPL::TariffChangeIsAllowed(const TARIFF & to) const
 {
 switch (GetChangePolicy())
     {