diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-06 16:12:02 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-06 16:12:02 +0000 |
commit | cdca5e17e1ecb9f212353dce55c5df2930e34e9d (patch) | |
tree | 7b00d10b18fc18831e23b638b9f9987e69cbd736 /src/tafdocument.cpp | |
parent | b342b70ec5ecb11f84742c76db6f2e19a4b60f90 (diff) | |
download | libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.gz libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.bz2 libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.tar.xz libbu++-cdca5e17e1ecb9f212353dce55c5df2930e34e9d.zip |
Moved Taf back into core.
Diffstat (limited to 'src/tafdocument.cpp')
-rw-r--r-- | src/tafdocument.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tafdocument.cpp b/src/tafdocument.cpp new file mode 100644 index 0000000..bd44dd5 --- /dev/null +++ b/src/tafdocument.cpp | |||
@@ -0,0 +1,9 @@ | |||
1 | #include "tafdocument.h" | ||
2 | |||
3 | Bu::TafDocument::TafDocument() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Bu::TafDocument::~TafDocument() | ||
8 | { | ||
9 | } | ||