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)

voidGetContextCompleted(CNssContext *aContext,
TIntaErrorCode
)[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)

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

Parameters

TMNssContextList * aContextListA list of contexts.
TInt aErrorCode

GetGlobalContextsCompleted(TMNssContextList *, TInt)

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

Parameters

TMNssContextList * aContextListA list of contexts.
TInt aErrorCode