equal
deleted
inserted
replaced
58 */ |
58 */ |
59 virtual void HandlePhoneEngineMessageL( |
59 virtual void HandlePhoneEngineMessageL( |
60 const TInt aMessage, |
60 const TInt aMessage, |
61 TInt aCallId ); |
61 TInt aCallId ); |
62 |
62 |
|
63 /** |
|
64 * HandleError |
|
65 * Implements error handling framework |
|
66 * @param aErrorInfo: the error info |
|
67 */ |
|
68 IMPORT_C virtual void HandleErrorL( |
|
69 const TPEErrorInfo& aErrorInfo ); |
|
70 |
63 protected: |
71 protected: |
64 |
72 |
65 /** |
73 /** |
66 * By default EPOC constructor is private. |
74 * By default EPOC constructor is private. |
67 */ |
75 */ |