MRLSPresXDMAsyncHandler Class Reference
class MRLSPresXDMAsyncHandler |
This is asynchronous handler class for CPresenceXDM's and CRLSXDM's async functions. The client classes should drive from this class and must implement it's functions to get async. requests handled.
Member Functions Documentation
HandlePresUpdateCancelL(TInt)
void | HandlePresUpdateCancelL | ( | TInt | aErrorCode | ) | [pure virtual] |
This method is called when client cancels the update request to/from server using to function CPresenceXDM::CancelUpdateL. Clients should implement this method to get a callback
HandlePresUpdateDocumentL(TInt)
void | HandlePresUpdateDocumentL | ( | TInt | aErrorCode | ) | [pure virtual] |
HandleRLSDeleteAllEmptyListsL(TInt)
void | HandleRLSDeleteAllEmptyListsL | ( | TInt | aErrorCode | ) | [pure virtual] |
This method handles the async. call to function CRLSXDM::DeleteAllEmptyListsL Clients should implement this method to get a callback
HandleRLSUpdateCancelL(TInt)
void | HandleRLSUpdateCancelL | ( | TInt | aErrorCode | ) | [pure virtual] |
This method is called when client cancels the update request to/from server using to function CRLSXDM::CancelUpdateL. Clients should implement this method to get a callback
HandleRLSUpdateDocumentL(TInt)
void | HandleRLSUpdateDocumentL | ( | TInt | aErrorCode | ) | [pure virtual] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.