#ifndef CINPUTRELAY_HPP #define CINPUTRELAY_HPP #include "IInputWaiter.hpp" class CInputRelay : IInputWaiter { }; #endif // CINPUTRELAY_HPP