#ifndef VDR_LIVE_TNTCONFIG_H #define VDR_LIVE_TNTCONFIG_H #include "tntfeatures.h" #include namespace vdrlive { class TntConfig { public: static TntConfig const& Get(); void Configure(tnt::Tntnet& app) const; private: TntConfig(); TntConfig( TntConfig const& ); }; } // namespace vdrlive #endif // VDR_LIVE_TNTCONFIG_H