aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/xml-writer.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-26 18:55:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-26 18:55:18 +0100
commit91f25f0510db32d627bf5ed7d4067b90e37f2f86 (patch)
tree0693a9227b93adb66ba76cc975663d4edb6b2394 /src/libutil/xml-writer.hh
parent432328cc550cea6b6ab23b3eeca69dc2307c5c74 (diff)
And another one
Diffstat (limited to 'src/libutil/xml-writer.hh')
-rw-r--r--src/libutil/xml-writer.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libutil/xml-writer.hh b/src/libutil/xml-writer.hh
index fee2eb495..3cefe3712 100644
--- a/src/libutil/xml-writer.hh
+++ b/src/libutil/xml-writer.hh
@@ -19,7 +19,7 @@ typedef map<string, string> XMLAttrs;
class XMLWriter
{
private:
-
+
std::ostream & output;
bool indent;
@@ -40,8 +40,6 @@ public:
void writeEmptyElement(const string & name,
const XMLAttrs & attrs = XMLAttrs());
-
- void writeCharData(const string & data);
private:
void writeAttrs(const XMLAttrs & attrs);
@@ -67,5 +65,5 @@ public:
}
};
-
+
}