tagging release
[dasher.git] / trunk / Src / DasherCore / LanguageModelling / KanjiConversionIME.h
blob99f8d5b2028c0b9158fd7ae0c9b33d96f1bcd9af
1 // KanjiConversionIME.h
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // Copyright (c) 2005 Takashi Kaburagi
6 //
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __KanjiConversionIME_h__
10 #define __KanjiConversionIME_h__
12 // For Kanji support
13 #include <windows.h>
14 #include <imm.h>
16 #include "KanjiConversion.h"
18 namespace Dasher {
19 /// \ingroup LM
20 /// \{
21 class CKanjiConversionIME:public CKanjiConversion {
22 public:
23 CKanjiConversionIME();
24 ~CKanjiConversionIME();
26 int ConvertKanji(std::string);
27 HIMC hIMC;
29 /// \}
31 #endif /* #ifndef __KanjiConversionCanna_H__ */