00001 00013 #ifndef DVPSTATIONDBFILLER_H_INCLUDED 00014 #define DVPSTATIONDBFILLER_H_INCLUDED 00015 00016 #include "IStationDBLoader.h" 00017 00019 00026 class DVPStationDBLoader : public IStationDBLoader 00027 { 00028 std::string sourceFile_; 00029 00030 public: 00031 DVPStationDBLoader( 00032 const std::string &fileName ): 00033 sourceFile_(fileName) 00034 { 00035 } 00036 00038 virtual void load(StationsDB &); 00039 }; 00040 00041 #endif // DVPSTATIONDBFILLER_H_INCLUDED