]> git.stg.codes - stg.git/blobdiff - projects/stargazer/admin_impl.h
Assignement and comparsion operators removed from admin and tariff iface
[stg.git] / projects / stargazer / admin_impl.h
index 6d58336e2e091083749819ee243cef1b7307fffa..6a608e11ef4d9ca8822779796d8882652c98f5f6 100644 (file)
@@ -47,12 +47,12 @@ public:
             const std::string & password);
       virtual ~ADMIN_IMPL() {};
 
-      ADMIN & operator=(const ADMIN &);
-      ADMIN & operator=(const ADMIN_CONF &);
-      bool         operator==(const ADMIN & rhs) const;
-      bool         operator!=(const ADMIN & rhs) const;
-      bool         operator<(const ADMIN & rhs) const;
-      bool         operator<=(const ADMIN & rhs) const;
+      ADMIN_IMPL & operator=(const ADMIN_IMPL &);
+      ADMIN_IMPL & operator=(const ADMIN_CONF &);
+      bool         operator==(const ADMIN_IMPL & rhs) const;
+      bool         operator!=(const ADMIN_IMPL & rhs) const;
+      bool         operator<(const ADMIN_IMPL & rhs) const;
+      bool         operator<=(const ADMIN_IMPL & rhs) const;
 
       const std::string & GetPassword() const { return conf.password; };
       const std::string & GetLogin() const { return conf.login; };