X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/daeeee5daf8488c1abd98d5a361356be873e4ac0..a095f18afd3ffdc695ebe984a0ad0c74d61fd834:/include/stg/tariff.h diff --git a/include/stg/tariff.h b/include/stg/tariff.h index b19ec476..189dde59 100644 --- a/include/stg/tariff.h +++ b/include/stg/tariff.h @@ -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