MNssInterCompContextMgrClient Class Reference

class MNssInterCompContextMgrClient
MNssInterCompContextMgrClient defines the call back methods used by VAS DB. NssVASApi.lib
Since
2.0

Member Functions Documentation

GetContextCompleted(CNssContext *, TInt)

void GetContextCompleted ( CNssContext * aContext,
TInt aErrorCode
) [pure virtual]
Callback to indicate GetContext successed. client has to delete the context after using the context.
Since
2.0

Parameters

CNssContext * aContext
TInt aErrorCode

GetContextListCompleted(TMNssContextList *, TInt)

void GetContextListCompleted ( TMNssContextList * aContextList,
TInt aErrorCode
) [pure virtual]
Callback to indicate GetContext successed. client has to ResetAndDestroy() after using the list.
Since
2.0

Parameters

TMNssContextList * aContextList A list of contexts.
TInt aErrorCode

GetGlobalContextsCompleted(TMNssContextList *, TInt)

void GetGlobalContextsCompleted ( TMNssContextList * aContextList,
TInt aErrorCode
) [pure virtual]
Callback to indicate GetContext successed. client has to ResetAndDestroy() after using the list.
Since
2.0

Parameters

TMNssContextList * aContextList A list of contexts.
TInt aErrorCode