Link against: ProfileEngine.lib
WriteDeviceData
No capabilities needed for reading profiles.
#include <MProEngProfileObserver.h>
Implement this interface to get notifications of changes in the data of a selected profile.
Public Member Functions |
|
| virtual void | HandleProfileModifiedL (TInt aProfileId)=0 |
| Abstract method for handling profile modification event. |
|
| virtual void | HandleProfileNotificationError (TInt) |
| Error handler for handling the errors in the profile modification notification process. |
|
Protected Member Functions |
|
| virtual | ~MProEngProfileObserver () |
| Destructor. |
|
|
|
Destructor. |
|
|
Abstract method for handling profile modification event. This method is called when one of client chosen profiles has been modified some way.
|
|
|
Error handler for handling the errors in the profile modification notification process. If HandleProfileModifiedL() leaves, this method is called with the leave code. This method has default empty implementation.
|