aboutsummaryrefslogtreecommitdiffstats
path: root/include/nullim.h
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-14 09:57:17 +0000
committerdanglassey <danglassey>2002-08-14 09:57:17 +0000
commitc9458897ebbb739d8db83c80e06512d8a612f743 (patch)
treef8c5381045887e34388cc6b26cfccc254bf766dc /include/nullim.h
downloadsword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz
*** empty log message ***
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