MProEngAlertToneSeekerObserver Class Reference
#include
<mw/MProEngAlertToneSeekerObserver.h>
Link against: ProfileEngine.lib
| class MProEngAlertToneSeekerObserver |
Constructor & Destructor Documentation
~MProEngAlertToneSeekerObserver ( )
| ~MProEngAlertToneSeekerObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleAlertToneListCompletedL ( MDesCArray * )
| void | HandleAlertToneListCompletedL | ( | MDesCArray * | aToneList | ) | [pure virtual] |
Abstract method to get notification when the
MProEngAlertToneSeeker has completed the list of alert tones.
- Since
- Series 60 3.1
| Parameter | Description | | aToneList | Array containing the path names of the tones found. The ownership of the array is transferred to the observer. |
HandleError ( TInt )
| void | HandleError | ( | TInt | aError | ) | [pure virtual] |
Abstract method for handling errors in alert tone list creation process. Also if
HandleAlertToneListCompletedL() method leaves, the leave code will be passed to this method.
- Since
- Series 60 3.1
| Parameter | Description | | aError | System wide error code. |