diff -r aecbbf00d063 -r d48ab3b357f1 uifw/AvKon/animdllinc/AknAnimKeySound.h --- a/uifw/AvKon/animdllinc/AknAnimKeySound.h Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/AvKon/animdllinc/AknAnimKeySound.h Wed Sep 01 12:16:19 2010 +0100 @@ -131,7 +131,7 @@ * @param key code to be checked. * @return ETrue if blocked. */ - static TBool IsBlockedKeyCode( TInt aScanCode ); + static TBool IsBlockedKeyCode( TBool aSupportQuerty , TInt aScanCode ); /** * Checks if key code is non-blocked. @@ -201,6 +201,9 @@ // Extension for window group information. MAnimGeneralFunctionsWindowExtension* iExt; + //support querty keypad + TBool iSupportQuertyKey; + // Pointer event handling ongoing, block key events TBool iBlockKeyEvents;