X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/19ad06653de8ff5946a2ef1d577cf42217b2e3e3..5ff8211bdcd5f110621c0ff01fa0854b5e6d9762:/projects/stargazer/services_impl.h diff --git a/projects/stargazer/services_impl.h b/projects/stargazer/services_impl.h index 148676d7..2bb9c879 100644 --- a/projects/stargazer/services_impl.h +++ b/projects/stargazer/services_impl.h @@ -55,6 +55,9 @@ public: int CloseSearch(int) const; private: + SERVICES_IMPL(const SERVICES_IMPL & rvalue); + SERVICES_IMPL & operator=(const SERVICES_IMPL & rvalue); + typedef list::iterator srv_iter; typedef list::const_iterator const_srv_iter;