]> git.stg.codes - stg.git/blobdiff - projects/stargazer/admin_impl.h
Do not compile mod_cap_ipq on systems where ip_queue is not available.
[stg.git] / projects / stargazer / admin_impl.h
index 69f384201f9a9440f31539c025b8f74075c8e9e1..6a608e11ef4d9ca8822779796d8882652c98f5f6 100644 (file)
@@ -36,7 +36,7 @@
 #include "stg/admin.h"
 #include "stg/os_int.h"
 #include "stg/admin_conf.h"
-#include "stg/stg_logger.h"
+#include "stg/logger.h"
 
 class ADMIN_IMPL : public ADMIN {
 public:
@@ -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; };