X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7b66bdcccfa4aad5a8e4110bf4769bc13c15dcfd..3f316b0bda61b18136122406677a2e728af01171:/projects/stargazer/services_impl.h diff --git a/projects/stargazer/services_impl.h b/projects/stargazer/services_impl.h index 148676d7..31aa72b2 100644 --- a/projects/stargazer/services_impl.h +++ b/projects/stargazer/services_impl.h @@ -55,8 +55,11 @@ public: int CloseSearch(int) const; private: - typedef list::iterator srv_iter; - typedef list::const_iterator const_srv_iter; + SERVICES_IMPL(const SERVICES_IMPL & rvalue); + SERVICES_IMPL & operator=(const SERVICES_IMPL & rvalue); + + typedef std::list::iterator srv_iter; + typedef std::list::const_iterator const_srv_iter; bool Read();