#ifndef CONF_TREE_H #define CONF_TREE_H #include /** * */ class ConfTree { public: ConfTree(); virtual ~ConfTree(); private: }; #endif