Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

nullim.h

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

Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by doxygen1.2.15