]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/chg_admin.h
Use simple parser fro CHG_ADMIN.
[stg.git] / stglibs / srvconf.lib / parsers / chg_admin.h
index 9fd38104aa51312195650fb9c9072e3aaa780693..c10332cd71beb4fa7c491c64085f9c30fa5ad941 100644 (file)
@@ -34,21 +34,6 @@ namespace STG
 namespace CHG_ADMIN
 {
 
-class PARSER: public STG::PARSER
-{
-public:
-    PARSER(SIMPLE::CALLBACK f, void * data);
-    int  ParseStart(const char * el, const char ** attr);
-    void ParseEnd(const char * el);
-
-private:
-    SIMPLE::CALLBACK callback;
-    void * data;
-    int depth;
-
-    void ParseAnswer(const char * el, const char ** attr);
-};
-
 std::string Serialize(const ADMIN_CONF_RES & conf);
 
 } // namespace CHG_ADMIN