]> git.stg.codes - stg.git/blobdiff - projects/stargazer/services_impl.h
Hide or add proper copy ctor and assignement operator, initialize
[stg.git] / projects / stargazer / services_impl.h
index 148676d74e1fdf17f7ed726bfbf64188d636f6fa..2bb9c8797c44a8d00f5c5b536f37436053e84913 100644 (file)
@@ -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<SERVICE_CONF>::iterator       srv_iter;
     typedef list<SERVICE_CONF>::const_iterator const_srv_iter;