aboutsummaryrefslogtreecommitdiff
path: root/src/inprogress/xmlnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inprogress/xmlnode.cpp')
-rw-r--r--src/inprogress/xmlnode.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/inprogress/xmlnode.cpp b/src/inprogress/xmlnode.cpp
new file mode 100644
index 0000000..58ef5c5
--- /dev/null
+++ b/src/inprogress/xmlnode.cpp
@@ -0,0 +1,9 @@
1#include "xmlnode.h"
2
3Bu::XmlNode::XmlNode()
4{
5}
6
7Bu::XmlNode::~XmlNode()
8{
9}