1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef NULLIM_H #define NULLIM_H #include <swinputmeth.h> #include <defs.h> SWORD_NAMESPACE_START class NullIM : public SWInputMethod { public: NullIM(); int * translate(char ch); }; SWORD_NAMESPACE_END #endif