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