X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6f7160dd027c8ce7e2760aa369768ba39ab80181..4b7c404f1c3340d5e0ce0d1763176d04f9774d98:/projects/stargazer/admin_impl.h diff --git a/projects/stargazer/admin_impl.h b/projects/stargazer/admin_impl.h index 8dd8a898..6a608e11 100644 --- a/projects/stargazer/admin_impl.h +++ b/projects/stargazer/admin_impl.h @@ -33,10 +33,10 @@ #include -#include "admin.h" -#include "os_int.h" -#include "admin_conf.h" -#include "stg_logger.h" +#include "stg/admin.h" +#include "stg/os_int.h" +#include "stg/admin_conf.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; };