git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed version info.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
chg_service.cpp
diff --git
a/stglibs/srvconf.lib/parsers/chg_service.cpp
b/stglibs/srvconf.lib/parsers/chg_service.cpp
index 2eed494f8c1d244bae90bb231ba7512c1a0bc918..f8627614c0327bf7e9eb34f96e28e8c39b5f8c53 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/chg_service.cpp
+++ b/
stglibs/srvconf.lib/parsers/chg_service.cpp
@@
-20,6
+20,8
@@
#include "chg_service.h"
#include "chg_service.h"
+#include "resetable_utils.h"
+
#include "stg/service_conf.h"
#include "stg/common.h"
#include "stg/service_conf.h"
#include "stg/common.h"
@@
-27,18
+29,6
@@
using namespace STG;
using namespace STG;
-namespace
-{
-
-template <typename T>
-void appendResetable(std::ostream & stream, const std::string & name, const T & value)
-{
-if (!value.empty())
- stream << "<" << name << " value=\"" << value.data() << "\"/>";
-}
-
-} // namespace anonymous
-
std::string CHG_SERVICE::Serialize(const SERVICE_CONF_RES & conf)
{
std::ostringstream stream;
std::string CHG_SERVICE::Serialize(const SERVICE_CONF_RES & conf)
{
std::ostringstream stream;