]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/get_corp.h
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / srvconf.lib / parsers / get_corp.h
index 86576c96ab1334a572d44edc2de8044e7327cd0f..b9d879833dad252cedcc8176fbd78dd32dbe949d 100644 (file)
@@ -39,7 +39,7 @@ class PARSER: public STG::PARSER
 public:
     typedef GET_CORP::INFO INFO;
 
-    PARSER(CALLBACK f, void * data);
+    PARSER(CALLBACK f, void * data, const std::string & encoding);
     virtual ~PARSER();
     int  ParseStart(const char * el, const char ** attr);
     void ParseEnd(const char * el);
@@ -50,6 +50,7 @@ private:
     CALLBACK callback;
     void * data;
     INFO info;
+    std::string encoding;
     int depth;
     bool parsingAnswer;
     std::string error;