diff -r a47de9135b21 -r 6ceef9a83b1a fep/aknfep/inc/AknFepManager.h --- a/fep/aknfep/inc/AknFepManager.h Fri Mar 12 15:44:07 2010 +0200 +++ b/fep/aknfep/inc/AknFepManager.h Mon Mar 15 12:42:02 2010 +0200 @@ -64,7 +64,7 @@ #ifdef RD_INTELLIGENT_TEXT_INPUT // Predictive QWERTY (XT9) changes ----> class MAknFepUiWordPopupContent; -#include "aknfepcandidatepopup.h" +#include "AknFepCandidatePopup.h" #include "AknFepCandidatePopupCallback.h" // Predictive QWERTY (XT9) changes <---- #endif //RD_INTELLIGENT_TEXT_INPUT @@ -1418,6 +1418,11 @@ TBool IsAbleToLaunchSCT() const; /** + * Get SCT Chars' Length to judge it's null + */ + TBool GetSctLengthL(TInt resourceId)const; + + /** * Get current editor's SCT resource id */ TInt GetCurrentEditorSCTResId() const;