phoneuis/dialer/inc/cdialer.h
branchRCL_3
changeset 34 b68fcd923911
parent 31 ba54057fe027
child 58 40a3f856b14d
--- a/phoneuis/dialer/inc/cdialer.h	Tue May 11 16:13:03 2010 +0300
+++ b/phoneuis/dialer/inc/cdialer.h	Tue May 25 12:41:50 2010 +0300
@@ -397,6 +397,11 @@
         void UpdateEdwinState( TEditorType aType );
 
         /**
+         * Disables numeric key sounds, or removed disabling.
+         */
+        void DisableNumericKeySounds( TBool aSounds );
+
+        /**
          * Loads easydialing plugin. If loading fails (for instance when
          * easydialing feature flag is not enabled in the device),
          * iEasyDialer will be NULL after this function returns.
@@ -486,6 +491,12 @@
          * for the alphabetic characters.
          */
         TEditorType iEditorType;
+        
+        /*
+         * ETrue if numeric keysounds are disabled. They are disabled when number
+         * key should produce DTMF tone.
+         */
+        TBool iNumericKeySoundsDisabled;
     };
 
 #endif      // CDIALER_H