aboutsummaryrefslogtreecommitdiff
path: root/src/inprogress
diff options
context:
space:
mode:
Diffstat (limited to 'src/inprogress')
-rw-r--r--src/inprogress/xmldocument.cpp7
-rw-r--r--src/inprogress/xmldocument.h7
-rw-r--r--src/inprogress/xmlnode.cpp7
-rw-r--r--src/inprogress/xmlnode.h7
-rw-r--r--src/inprogress/xmlreader.cpp7
-rw-r--r--src/inprogress/xmlreader.h7
-rw-r--r--src/inprogress/xmlwriter.cpp7
-rw-r--r--src/inprogress/xmlwriter.h7
8 files changed, 56 insertions, 0 deletions
diff --git a/src/inprogress/xmldocument.cpp b/src/inprogress/xmldocument.cpp
index cb21826..3397d5c 100644
--- a/src/inprogress/xmldocument.cpp
+++ b/src/inprogress/xmldocument.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#include "xmldocument.h" 8#include "xmldocument.h"
2 9
3Bu::XmlDocument::XmlDocument() 10Bu::XmlDocument::XmlDocument()
diff --git a/src/inprogress/xmldocument.h b/src/inprogress/xmldocument.h
index e16e3ea..f95919a 100644
--- a/src/inprogress/xmldocument.h
+++ b/src/inprogress/xmldocument.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#ifndef XML_DOCUMENT_H 8#ifndef XML_DOCUMENT_H
2#define XML_DOCUMENT_H 9#define XML_DOCUMENT_H
3 10
diff --git a/src/inprogress/xmlnode.cpp b/src/inprogress/xmlnode.cpp
index 58ef5c5..9114dcf 100644
--- a/src/inprogress/xmlnode.cpp
+++ b/src/inprogress/xmlnode.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#include "xmlnode.h" 8#include "xmlnode.h"
2 9
3Bu::XmlNode::XmlNode() 10Bu::XmlNode::XmlNode()
diff --git a/src/inprogress/xmlnode.h b/src/inprogress/xmlnode.h
index cd9961a..3683728 100644
--- a/src/inprogress/xmlnode.h
+++ b/src/inprogress/xmlnode.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#ifndef XML_NODE_H 8#ifndef XML_NODE_H
2#define XML_NODE_H 9#define XML_NODE_H
3 10
diff --git a/src/inprogress/xmlreader.cpp b/src/inprogress/xmlreader.cpp
index bd241cf..85f500b 100644
--- a/src/inprogress/xmlreader.cpp
+++ b/src/inprogress/xmlreader.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#include "xmlreader.h" 8#include "xmlreader.h"
2 9
3Bu::XmlReader::XmlReader( Bu::Stream &sIn ) : 10Bu::XmlReader::XmlReader( Bu::Stream &sIn ) :
diff --git a/src/inprogress/xmlreader.h b/src/inprogress/xmlreader.h
index 708a386..7e23a8a 100644
--- a/src/inprogress/xmlreader.h
+++ b/src/inprogress/xmlreader.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#ifndef XML_READER_H 8#ifndef XML_READER_H
2#define XML_READER_H 9#define XML_READER_H
3 10
diff --git a/src/inprogress/xmlwriter.cpp b/src/inprogress/xmlwriter.cpp
index 23a5175..d3966c2 100644
--- a/src/inprogress/xmlwriter.cpp
+++ b/src/inprogress/xmlwriter.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#include "xmlwriter.h" 8#include "xmlwriter.h"
2 9
3Bu::XmlWriter::XmlWriter() 10Bu::XmlWriter::XmlWriter()
diff --git a/src/inprogress/xmlwriter.h b/src/inprogress/xmlwriter.h
index 796d6fb..ce67d0b 100644
--- a/src/inprogress/xmlwriter.h
+++ b/src/inprogress/xmlwriter.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 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
1#ifndef XML_WRITER_H 8#ifndef XML_WRITER_H
2#define XML_WRITER_H 9#define XML_WRITER_H
3 10