aboutsummaryrefslogtreecommitdiffstats
path: root/include/nullim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nullim.h')
-rw-r--r--include/nullim.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/nullim.h b/include/nullim.h
new file mode 100644
index 0000000..ce72090
--- /dev/null
+++ b/include/nullim.h
@@ -0,0 +1,14 @@
+#ifndef NULLIM_H
+#define NULLIM_H
+
+#include <swinputmeth.h>
+
+
+class NullIM : public SWInputMethod {
+
+public:
+ NullIM();
+ int * translate(char ch);
+};
+
+#endif