aboutsummaryrefslogtreecommitdiff
path: root/src/inprogress/xmlnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inprogress/xmlnode.h')
-rw-r--r--src/inprogress/xmlnode.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/inprogress/xmlnode.h b/src/inprogress/xmlnode.h
deleted file mode 100644
index ed52f32..0000000
--- a/src/inprogress/xmlnode.h
+++ /dev/null
@@ -1,29 +0,0 @@
1/*
2 * Copyright (C) 2007-2008 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
8#ifndef XML_NODE_H
9#define XML_NODE_H
10
11#include <stdint.h>
12
13namespace Bu
14{
15 /**
16 *
17 */
18 class XmlNode
19 {
20 public:
21 XmlNode();
22 virtual ~XmlNode();
23
24 private:
25
26 };
27}
28
29#endif