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

#include <swinputmeth.h>


class NullIM : public SWInputMethod {

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

#endif