#ifndef RCMDEVICE_H #define RCMDEVICE_H class RcmDevice { public: RcmDevice(); }; #endif // RCMDEVICE_H