uifw/AvKon/animdllinc/AknAnimKeySound.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- 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;