git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4c080d1
)
Fixed compilation issue.
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 7 Oct 2013 21:35:23 +0000
(
00:35
+0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 7 Oct 2013 21:35:23 +0000
(
00:35
+0300)
stglibs/srvconf.lib/servconf.cpp
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/servconf.cpp
b/stglibs/srvconf.lib/servconf.cpp
index 5503dab12d5bbbbeaf1ffbe0d4e655ae09fe651f..330ba8b13f0e2004e244e68997398ade02593eff 100644
(file)
--- a/
stglibs/srvconf.lib/servconf.cpp
+++ b/
stglibs/srvconf.lib/servconf.cpp
@@
-115,7
+115,7
@@
return pImpl->Exec<SEND_MESSAGE::PARSER>(request, f, data);
int SERVCONF::ServerInfo(SERVER_INFO::CALLBACK f, void * data)
{
int SERVCONF::ServerInfo(SERVER_INFO::CALLBACK f, void * data)
{
-return Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
+return
pImpl->
Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
}
int SERVCONF::CheckUser(const std::string & login, const std::string & password, CHECK_USER::CALLBACK f, void * data)
}
int SERVCONF::CheckUser(const std::string & login, const std::string & password, CHECK_USER::CALLBACK f, void * data)