git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allowed to build on Darwin.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_user_info.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
index 92e1170e07e1b22147681db43ed38d215012cb35..89dd3883a1ae56e4f85c348cbb5dda50c2de871d 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
@@
-22,12
+22,13
@@
#include "stg/users.h"
#include "stg/user.h"
#include "stg/users.h"
#include "stg/user.h"
-#include "stg/common.h"
#include <strings.h> // strcasecmp
using STG::PARSER::USER_INFO;
#include <strings.h> // strcasecmp
using STG::PARSER::USER_INFO;
+const char * USER_INFO::tag = "GetUserInfo";
+
int USER_INFO::Start(void * /*data*/, const char *el, const char **attr)
{
if (strcasecmp(el, m_tag.c_str()) != 0)
int USER_INFO::Start(void * /*data*/, const char *el, const char **attr)
{
if (strcasecmp(el, m_tag.c_str()) != 0)