| 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.
| Public Member Functions | |
|---|---|
| void | HandlePresUpdateCancelL ( TInt ) |
| void | HandlePresUpdateDocumentL ( TInt ) |
| void | HandleRLSDeleteAllEmptyListsL ( TInt ) |
| void | HandleRLSUpdateCancelL ( TInt ) |
| void | HandleRLSUpdateDocumentL ( 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
| TInt aErrorCode |
| void | HandlePresUpdateDocumentL | ( | TInt | aErrorCode | ) | [pure virtual] |
This method handles the async. call to function CPresenceXDM::UpdateToServerL and CPresenceXDM::UpdateAllFromServerL . Clients should implement this method to get a callback.
| TInt aErrorCode |
| 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
| TInt aErrorCode |
| 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
| TInt aErrorCode |
| void | HandleRLSUpdateDocumentL | ( | TInt | aErrorCode | ) | [pure virtual] |
This method handles the async. call to function CRLSXDM::UpdateToServerL and CRLSXDM::UpdateAllFromServerL . Clients should implement this method to get callbacks
| TInt aErrorCode |
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.