git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed USER_STAT_RES.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
server_info.h
diff --git
a/stglibs/srvconf.lib/parsers/server_info.h
b/stglibs/srvconf.lib/parsers/server_info.h
index 9ac23ee8437d189bd8c68538f696fd2d52f85691..7f5b8e9b978e6b9584630f41e90541ad48ed3ed9 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/server_info.h
+++ b/
stglibs/srvconf.lib/parsers/server_info.h
@@
-22,8
+22,8
@@
#ifndef __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
#define __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
#ifndef __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
#define __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__
-#include "
parser
.h"
-#include "property
_parsers
.h"
+#include "
base
.h"
+#include "property.h"
#include "stg/servconf_types.h"
#include "stg/servconf_types.h"
@@
-37,10
+37,9
@@
namespace SERVER_INFO
class PARSER: public STG::PARSER
{
public:
class PARSER: public STG::PARSER
{
public:
- PARSER();
+ PARSER(
CALLBACK f, void * data
);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
- void SetCallback(CALLBACK f, void * data);
private:
PROPERTY_PARSERS propertyParsers;
private:
PROPERTY_PARSERS propertyParsers;