Tariff.cpp

Go to the documentation of this file.
00001 #include "StdAfx.h"
00002 #include "Tariff.h"
00003 
00004 Tariff::Tariff(float day, float evening, float weekend, std::string& country) 
00005 : dayTariff(day), eveningTariff(evening), weekendTariff(weekend), country(country)
00006 {
00007 }
00008 
00009 Tariff::~Tariff(void)
00010 {
00011 }
00012 
00013 Tariff::Tariff(void) : dayTariff(0.0f), eveningTariff(0.0f), weekendTariff(0.0f), country("")
00014 {
00015 }

Generated on Wed Sep 20 09:36:02 2006 for Skype Call Cost Estimator by  doxygen 1.4.6