aboutsummaryrefslogtreecommitdiff
path: root/src/tafwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tafwriter.h')
-rw-r--r--src/tafwriter.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/tafwriter.h b/src/tafwriter.h
new file mode 100644
index 0000000..7057d62
--- /dev/null
+++ b/src/tafwriter.h
@@ -0,0 +1,22 @@
1#ifndef BU_TAF_WRITER_H
2#define BU_TAF_WRITER_H
3
4#include <stdint.h>
5
6namespace Bu
7{
8 /**
9 *
10 */
11 class TafWriter
12 {
13 public:
14 TafWriter();
15 virtual ~TafWriter();
16
17 private:
18
19 };
20}
21
22#endif