]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Minor changes.
[stg.git] / projects / stargazer / user_impl.h
index 29cc63c4f57b12522e8df7189ba2d623366f02f4..30b6aa78858d4128422bb718b12343b36de31520 100644 (file)
@@ -200,7 +200,6 @@ public:
     void            UpdatePingTime(time_t t = 0);
     time_t          GetPingTime() const { return pingTime; }
 
-    void            PrintUser() const;
     void            Run();
 
     const std::string & GetStrError() const { return errorStr; }
@@ -230,6 +229,8 @@ public:
 private:
     USER_IMPL & operator=(const USER_IMPL & rvalue);
 
+    void            Init();
+
     const USERS *   users;
     USER_PROPERTIES property;
     STG_LOGGER &    WriteServLog;