]> git.stg.codes - stg.git/commitdiff
Hide assignement operator for USER_IMPL
authorMaxim Mamontov <faust.madf@gmail.com>
Wed, 14 Sep 2011 14:34:40 +0000 (17:34 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Wed, 14 Sep 2011 14:34:40 +0000 (17:34 +0300)
projects/stargazer/user_impl.h

index 62efa796ec9d816305dd215106fa1fd891ac8187..88506a2f646030b5ac2bd47e7593a12a9c5ff949 100644 (file)
@@ -206,6 +206,8 @@ public:
     void            OnDelete();
 
 private:
+    USER_IMPL & operator=(const USER_IMPL & rvalue);
+
     const USERS *   users;
     USER_PROPERTIES property;
     STG_LOGGER &    WriteServLog;