From: Maxim Mamontov <faust@gts.dp.ua>
Date: Tue, 7 Dec 2010 15:57:16 +0000 (+0200)
Subject: В определении класса PARSER_CHG_USER изменен порядок следования
X-Git-Tag: 2.407-rc3~327
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8d698774d83afd65dabb00d42942a67eeb2a47ee?ds=inline

В определении класса PARSER_CHG_USER изменен порядок следования
приватных методов и членов класса
---

diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser.h b/projects/stargazer/plugins/configuration/sgconfig/parser.h
index 9fe839f7..9a50bcc9 100644
--- a/projects/stargazer/plugins/configuration/sgconfig/parser.h
+++ b/projects/stargazer/plugins/configuration/sgconfig/parser.h
@@ -207,6 +207,8 @@ public:
     void Reset();
 private:
     string EncChar2String(const char *);
+    int CheckUserData();
+    int AplayChanges();
 
     USER_STAT_RES * usr;
     USER_CONF_RES * ucr;
@@ -214,9 +216,6 @@ private:
     RESETABLE<uint64_t> * downr;
     string cashMsg;
     string login;
-
-    int CheckUserData();
-    int AplayChanges();
     bool cashMustBeAdded;
     int res;
 };