#ifndef _OVENCTRL_HPP_ #define _OVENCTRL_HPP_ class OvenControll { public: OvenControll(); private: }; #endif // _OVEMCTRL_HPP_