diff -r 5a1685599b76 -r 8152b1f1763a fep/aknfep/inc/AknFepUiManagerChinese.h --- a/fep/aknfep/inc/AknFepUiManagerChinese.h Wed Sep 15 12:34:44 2010 +0300 +++ b/fep/aknfep/inc/AknFepUiManagerChinese.h Wed Oct 13 14:55:58 2010 +0300 @@ -104,8 +104,6 @@ * @since 2.6 */ void CloseUI(); - - void CloseUIIn(); /** * From CAknFepUIManagerBase @@ -276,8 +274,8 @@ * @since 2.6 */ void ConstructL(TLanguage aLanguage); - - /** + + /** * Tell whether this key mapped valid zhuyin, pinyin, or cangjie symbol */ TBool IsValidChineseInputSymbol(TInt aKey, TPtiEngineInputMode aMode) const; @@ -287,6 +285,7 @@ */ TBool IsValidChineseToneMarkKey(TInt aKey, TPtiEngineInputMode aMode) const; + private: // Data TAknFepInputStateChineseBase iFepUiState; MAknFepUICtrlContainerChinese* iContainerPane;