MVPbkSingleContactLinkOperationObserver Class Reference
class MVPbkSingleContactLinkOperationObserver |
An observer interface for asynchronous single contact link operations.
The interface is used in asynchronous operations that are related to one contact link.
Constructor & Destructor Documentation
~MVPbkSingleContactLinkOperationObserver()
~MVPbkSingleContactLinkOperationObserver | ( | ) | [protected, inline, virtual] |
Member Functions Documentation
SingleContactLinkOperationObserverExtension(TUid)
TAny * | SingleContactLinkOperationObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
VPbkSingleContactLinkOperationComplete(MVPbkContactOperationBase &, MVPbkContactLink *)
Called when the operation is completed.
A client has the operation as a member and it can delete the operation instance in this function call. If the implementation of the store calls the function from the operation instance it must not handle any member data after calling it.
NOTE: If you use CleanupStack for MVPbkContactLink Use CleanupDeletePushL from e32base.h. (Do Not Use CleanupStack::PushL(TAny*) because then the virtual destructor of the M-class won't be called when the object is deleted).
VPbkSingleContactLinkOperationFailed(MVPbkContactOperationBase &, TInt)
Called if the operation fails.
A client has the operation as a member and it can delete the operation instance in this function call. If the implementation of the store calls the function from the operation instance it must not handle any member data after calling it.
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.