ADMIN_IMPL(const PRIV & priv,
const std::string & login,
const std::string & password);
virtual ~ADMIN_IMPL() {}
ADMIN_IMPL(const PRIV & priv,
const std::string & login,
const std::string & password);
virtual ~ADMIN_IMPL() {}
ADMIN_IMPL & operator=(const ADMIN_CONF &);
bool operator==(const ADMIN_IMPL & rhs) const;
bool operator!=(const ADMIN_IMPL & rhs) const;
ADMIN_IMPL & operator=(const ADMIN_CONF &);
bool operator==(const ADMIN_IMPL & rhs) const;
bool operator!=(const ADMIN_IMPL & rhs) const;