equal
deleted
inserted
replaced
723 /** |
723 /** |
724 * Returns customized dialer CBA resource id |
724 * Returns customized dialer CBA resource id |
725 */ |
725 */ |
726 IMPORT_C TInt CustomizedDialerCbaResourceIdL(); |
726 IMPORT_C TInt CustomizedDialerCbaResourceIdL(); |
727 |
727 |
|
728 /** |
|
729 * Forwards Phone Engine messages to Phone customization |
|
730 * @param aMessage Message from Phone Engine |
|
731 * @param aCallId Call id the message concerns |
|
732 * @return ETrue if message was handled |
|
733 */ |
|
734 IMPORT_C TBool ForwardPEMessageToPhoneCustomizationL( |
|
735 const TInt aMessage, |
|
736 TInt aCallId ); |
728 |
737 |
729 protected: // NumberEntry functions. |
738 protected: // NumberEntry functions. |
730 |
739 |
731 /** |
740 /** |
732 * Set Number Entry visibility. |
741 * Set Number Entry visibility. |