diff -r c84cf270c54f -r 8871b09be73b phoneapp/phoneuicontrol/inc/cphonestate.h --- a/phoneapp/phoneuicontrol/inc/cphonestate.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuicontrol/inc/cphonestate.h Fri Feb 19 22:50:26 2010 +0200 @@ -369,6 +369,12 @@ IMPORT_C void RetainPreviousKeylockStateL(); + /** + * Check if possible dialer extension is in focus + * @return boolean value indicating if dialer extension is in focus + */ + IMPORT_C TBool IsDialingExtensionInFocusL() const; + public: // NumberEntry functions. /** @@ -424,7 +430,7 @@ /** * Disconnect call */ - IMPORT_C TBool DisconnectCallL(); + IMPORT_C virtual void DisconnectCallL(); /** * Display idle screen @@ -1102,6 +1108,12 @@ * Opens virtual keyboard. */ void OpenVkbL(); + + /** + * Handles commands sent by easydialing plugin. + * @param aCommandId - command id to be handled + */ + void HandleEasyDialingCommandsL( TInt aCommandId ); private: // NumberEntry functions.