diff options
Diffstat (limited to 'src/conftree.h')
| -rw-r--r-- | src/conftree.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/conftree.h b/src/conftree.h deleted file mode 100644 index 197b1ef..0000000 --- a/src/conftree.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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 | ||
