]> git.stg.codes - stg.git/blobdiff - include/stg/tariffs.h
Massive refactoring.
[stg.git] / include / stg / tariffs.h
index 9a35f6458145dfde2334c678733515e877392e20..13a3f05cfb49d569f316ed45a1a1a68ddd3caa7a 100644 (file)
@@ -32,6 +32,8 @@ struct TARIFF_DATA;
 
 class TARIFFS {
 public:
+    typedef std::list<TARIFF> Tariffs;
+
     virtual ~TARIFFS() {}
     virtual int ReadTariffs () = 0;
     virtual const TARIFF * FindByName(const std::string & name) const = 0;