]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_auth_by.h
diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.h b/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.h
deleted file mode 100644 (file)
index c34586c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __STG_PARSER_AUTH_BY_H__
-#define __STG_PARSER_AUTH_BY_H__
-
-#include <string>
-
-#include "parser.h"
-
-class PARSER_AUTH_BY : public BASE_PARSER {
-public:
-    int ParseStart(void *data, const char *el, const char **attr);
-    int ParseEnd(void *data, const char *el);
-    void CreateAnswer();
-
-private:
-    std::string login;
-};
-
-#endif