git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 12. The 'stopOnError(rval.stopOnError)' property added in the SETTINGS_IMPL()
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
chg_corp.cpp
diff --git
a/stglibs/srvconf.lib/parsers/chg_corp.cpp
b/stglibs/srvconf.lib/parsers/chg_corp.cpp
index dc884220d2a4d0519db9f61ef48dfd99b52f5327..852fe8e1b846a2ce2b7a46b5988fc4a5f15f0380 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/chg_corp.cpp
+++ b/
stglibs/srvconf.lib/parsers/chg_corp.cpp
@@
-29,12
+29,12
@@
using namespace STG;
using namespace STG;
-std::string CHG_CORP::Serialize(const CORP_CONF_RES & conf)
+std::string CHG_CORP::Serialize(const CORP_CONF_RES & conf
, const std::string & /*encoding*/
)
{
std::ostringstream stream;
{
std::ostringstream stream;
-appendResetable(stream, "name", conf.name);
-appendResetable(stream, "cash", conf.cash);
+appendResetable
Tag
(stream, "name", conf.name);
+appendResetable
Tag
(stream, "cash", conf.cash);
return stream.str();
}
return stream.str();
}