//printfd(__FILE__, "Free: %8.3f\n", tariffConf.free);
}
//-----------------------------------------------------------------------------
-void TARIFF::GetDirPrice(int dir, DIRPRICE_DATA * dd) const
-{
-*dd = tariffData.dirPrice[dir];
-}
-//-----------------------------------------------------------------------------
void TARIFF::GetTariffData(TARIFF_DATA * td) const
{
*td = tariffData;
int dir,
time_t t) const;
double GetFreeMb() const { return tariffData.tariffConf.free; };
- void GetDirPrice(int dir, DIRPRICE_DATA * dd) const;
double GetPassiveCost() const { return tariffData.tariffConf.passiveCost; };
double GetFee() const { return tariffData.tariffConf.fee; };
double GetFree() const { return tariffData.tariffConf.free; };