diff -r ba54057fe027 -r b68fcd923911 phoneuis/dialer/inc/cdialer.h --- 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