aboutsummaryrefslogtreecommitdiffstats
path: root/include/nullim.h
blob: 765db0d2b6e722d070e7efd6c9d97fb52770e9f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NULLIM_H
#define NULLIM_H

#include <swinputmeth.h>
#include <defs.h>
SWORD_NAMESPACE_START

class NullIM : public SWInputMethod {

public:
	NullIM();
	int * translate(char ch);
};

SWORD_NAMESPACE_END
#endif