aboutsummaryrefslogtreecommitdiff
path: root/src/inprogress/tafdocument.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-06 16:12:02 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-06 16:12:02 +0000
commitcdca5e17e1ecb9f212353dce55c5df2930e34e9d (patch)
tree7b00d10b18fc18831e23b638b9f9987e69cbd736 /src/inprogress/tafdocument.h
parentb342b70ec5ecb11f84742c76db6f2e19a4b60f90 (diff)
downloadlibbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.gz
libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.bz2
libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.xz
libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.zip
Moved Taf back into core.
Diffstat (limited to 'src/inprogress/tafdocument.h')
-rw-r--r--src/inprogress/tafdocument.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/inprogress/tafdocument.h b/src/inprogress/tafdocument.h
deleted file mode 100644
index 171f829..0000000
--- a/src/inprogress/tafdocument.h
+++ /dev/null
@@ -1,22 +0,0 @@
1#ifndef BU_TAF_DOCUMENT_H
2#define BU_TAF_DOCUMENT_H
3
4#include <stdint.h>
5
6namespace Bu
7{
8 /**
9 *
10 */
11 class TafDocument
12 {
13 public:
14 TafDocument();
15 virtual ~TafDocument();
16
17 private:
18
19 };
20}
21
22#endif