]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/configproto.h
Massive refactoring.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / configproto.h
index 20e38d9d05cf260c2573912629e3e5a731acbe0c..b8b01f024da3f1f0d8daf32ce7ea50231678ec13 100644 (file)
@@ -88,6 +88,7 @@ private:
     std::list<std::string>      requestList;
     uint32_t                    adminIP;
     std::string                 adminLogin;
+    std::string                 adminPassword;
     uint16_t                    port;
     pthread_t                   thrReciveSendConf;
     bool                        nonstop;
@@ -120,7 +121,7 @@ private:
     ADMINS *                    admins;
 
     BASE_PARSER *               currParser;
-    vector<BASE_PARSER *>       dataParser;
+    std::vector<BASE_PARSER *>  dataParser;
 
     XML_Parser                  xmlParser;