equal
deleted
inserted
replaced
82 TInt HandleInputLanguageChanged( TInt aNewValue ); |
82 TInt HandleInputLanguageChanged( TInt aNewValue ); |
83 |
83 |
84 void SetQwertyMode( TInt aValue ); |
84 void SetQwertyMode( TInt aValue ); |
85 |
85 |
86 void SetInputLanguage( TInt aValue ); |
86 void SetInputLanguage( TInt aValue ); |
|
87 |
|
88 TBool AllowAlphaNumericMode() const; |
|
89 |
|
90 TBool VoIPSupported() const; |
|
91 |
|
92 TBool EasyDialingEnabled() const; |
87 |
93 |
88 // from base class MCenRepNotifyHandlerCallback |
94 // from base class MCenRepNotifyHandlerCallback |
89 |
95 |
90 void HandleNotifyGeneric(TUint32 aKey); |
96 void HandleNotifyGeneric(TUint32 aKey); |
91 |
97 |