diff options
Diffstat (limited to 'src/conftree.h')
| -rw-r--r-- | src/conftree.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/conftree.h b/src/conftree.h new file mode 100644 index 0000000..197b1ef --- /dev/null +++ b/src/conftree.h | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | #ifndef CONF_TREE_H | ||
| 2 | #define CONF_TREE_H | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | |||
| 6 | /** | ||
| 7 | * | ||
| 8 | */ | ||
| 9 | class ConfTree | ||
| 10 | { | ||
| 11 | public: | ||
| 12 | ConfTree(); | ||
| 13 | virtual ~ConfTree(); | ||
| 14 | |||
| 15 | private: | ||
| 16 | |||
| 17 | }; | ||
| 18 | |||
| 19 | #endif | ||
