-        ADMIN & operator=(const ADMIN &) { return *this; }
-        ADMIN & operator=(const ADMIN_CONF &) { return *this; }
-        bool    operator==(const ADMIN & /*rhs*/) const { return true; }
-        bool    operator!=(const ADMIN & /*rhs*/) const { return false; }
-        bool    operator<(const ADMIN & /*rhs*/) const { return true; }
-        bool    operator<=(const ADMIN & /*rhs*/) const { return true; }
-