class MCatalogsContext |
Class for session's context-related tasks and info
Server-side class for context-related tasks and info
Public Member Functions | |
---|---|
TUid | FamilyId() |
TInt | InstanceId() |
RBuf8 & | ProviderDataL(TInt) |
TSecureId | SecureId() |
TUid | FamilyId | ( | ) | const [pure virtual] |
Function that returns uid which identifies the family id of the client-session
TInt | InstanceId | ( | ) | const [pure virtual] |
Function that returns the instance id of the client-session. There may be multiple clients with the same family id and SID (i.e. multiple instances of the same client) and in some cases it's necessary to differentiate them. This id serves that purpose.
RBuf8 & | ProviderDataL | ( | TInt | aProviderIndex | ) | [pure virtual] |
Method for getting a provider-specific data for the context for reading and/or modification. By default the data is empty.
TInt aProviderIndex | Local index number of the provider. |
TSecureId | SecureId | ( | ) | const [pure virtual] |
Function that returns sid of the client-process
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.