00001 #ifndef NULLIM_H 00002 #define NULLIM_H 00003 00004 #include <swinputmeth.h> 00005 00006 00007 class NullIM : public SWInputMethod { 00008 00009 public: 00010 NullIM(); 00011 int * translate(char ch); 00012 }; 00013 00014 #endif