1 #ifndef __PARSER_GET_USERS_H__
 
   2 #define __PSRSER_GET_USERS_H__
 
  11 class PARSER_GET_USERS : public PARSER {
 
  13         PARSER_GET_USERS(const ADMIN * ca, USERS * u);
 
  16         bool StartTag(const char * name, const char ** attr);
 
  17         bool EndTag(const char * name);
 
  18         const std::string & GetResult() const { return result; };
 
  22         const ADMIN * currAdmin;