- PARSER * currParser;
-
- PARSER_GET_USERS parserGetUsers;
- PARSER_GET_USER parserGetUser;
- PARSER_AUTH_BY parserAuthBy;
- PARSER_SERVER_INFO parserServerInfo;
- PARSER_CHG_USER parserChgUser;
- PARSER_CHECK_USER parserCheckUser;
- PARSER_SEND_MESSAGE parserSendMessage;
-
- NETTRANSACT nt;
-
- std::string errorMsg;
- XML_Parser parser;
-
- int Exec(const std::string & request, PARSER & cp);
-
- friend bool AnsRecv(void * data, const std::string & chunk, bool final);