TariffParser.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 class TariffParser
00004 {
00005 public:
00006         TariffParser(void);
00007         ~TariffParser(void);
00008 
00009         void parse(std::string filename);
00010         const std::vector<Tariff> getTariffs(void) const;
00011 
00012 private:
00013         std::vector<Tariff> tariffs;
00014 };

Generated on Tue Sep 12 10:54:49 2006 for Skype Call Cost Estimator by  doxygen 1.4.6