]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Initialize some fields via initializer lists in USER_IMPL and
[stg.git] / projects / stargazer / user_impl.h
index 62efa796ec9d816305dd215106fa1fd891ac8187..7aab735d41ddde04c2bc3242c949bf0e52ee360a 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;
@@ -305,7 +307,7 @@ private:
     CHG_PASSIVE_NOTIFIER     passiveNotifier;
     CHG_TARIFF_NOTIFIER      tariffNotifier;
     CHG_CASH_NOTIFIER        cashNotifier;
-    CHG_IPS_NOTIFIER          ipNotifier;
+    CHG_IPS_NOTIFIER         ipNotifier;
 
     mutable pthread_mutex_t  mutex;