#ifndef NULLIM_H #define NULLIM_H #include class NullIM : public SWInputMethod { public: NullIM(); int * translate(char ch); }; #endif