| changeset 72 | c76a0b1755b9 |
| parent 0 | 5f000ab63145 |
| 64:6aaf0276100e | 72:c76a0b1755b9 |
|---|---|
77 * HandleError |
77 * HandleError |
78 * Implements error handling framework |
78 * Implements error handling framework |
79 * @param aErrorInfo: the error info |
79 * @param aErrorInfo: the error info |
80 */ |
80 */ |
81 IMPORT_C virtual void HandleErrorL( |
81 IMPORT_C virtual void HandleErrorL( |
82 const TPEErrorInfo& aErrorInfo ); |
82 const TPEErrorInfo& aErrorInfo ); |
83 |
83 |
84 }; |
84 }; |
85 |
85 |
86 #endif // CPHONEIDLE_H |
86 #endif // CPHONEIDLE_H |
87 |
87 |