]> git.stg.codes - stg.git/blobdiff - include/stg/tariff.h
Assignement and comparsion operators removed from admin and tariff iface
[stg.git] / include / stg / tariff.h
index b19ec47697830e84f5700bbcb6bbe9737e49afb6..189dde5916c6dfe96a2817be093b5c53a9dd5097 100644 (file)
@@ -46,11 +46,6 @@ public:
     virtual int64_t GetTraffByType(uint64_t up, uint64_t down) const = 0;
     virtual int     GetThreshold(int dir) const = 0;
     virtual const TARIFF_DATA & GetTariffData() const = 0;
-
-    virtual TARIFF & operator=(const TARIFF_DATA & td) = 0;
-    virtual TARIFF & operator=(const TARIFF & t) = 0;
-    virtual bool     operator==(const TARIFF & rhs) const = 0;
-    virtual bool     operator!=(const TARIFF & rhs) const = 0;
 };
 
 #endif