#include <cs_subconparams.h>
class CSubConAuthorisationGenericParamSet : public CSubConGenericParameterSet |
Protected Attributes | |
---|---|
DATA_VTABLE TInt | iId |
Public Member Enumerations | |
---|---|
enum | anonymous { EUid, EType } |
Authorisation generic parameter set.
This class contains authorization generic parameters.
SMetaDataECom must be the first in the superclasses' list since v9.1
CSubConAuthorisationGenericParamSet | ( | ) | [inline] |
Empty CSubConAuthorisationGenericParamSet constructor
TInt | GetId | ( | ) | const [inline] |
Gets Id of Authorisation Parameter set.
Returns: Id of Authorisation Parameter set.
CSubConAuthorisationGenericParamSet * | NewL | ( | CSubConParameterFamily & | aFamily, |
CSubConParameterFamily::TParameterSetType | aType | |||
) | [static, inline] |
Creates a generic Authorisation family parameterset.
Note: The aFamily parameter that is passed into this method will take ownership of the newly created CSubConAuthorisationGenericParamSet object. When the family is destroyed, this parameter set object will also be destroyed (along with any other parameter sets owned by the family).
Parameter | Description |
---|---|
aFamily | parameter sets. |
aType | parameter type (Requested/Acceptable/Granted) |
Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.
CSubConAuthorisationGenericParamSet * | NewL | ( | RParameterFamily & | aFamily, |
RParameterFamily::TParameterSetType | aType | |||
) | [static, inline] |
Creates a generic Authorisation family parameterset.
Note: The aFamily parameter that is passed into this method will take ownership of the newly created CSubConAuthorisationGenericParamSet object. When the family is destroyed, this parameter set object will also be destroyed (along with any other parameter sets owned by the family).
Parameter | Description |
---|---|
aFamily | parameter sets. |
aType | parameter type (Requested/Acceptable/Granted) |
Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.
CSubConAuthorisationGenericParamSet * | NewL | ( | ) | [static, inline] |
Creates a generic Authorisation family parameterset.
Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.
void | SetId | ( | TInt | ) | [inline] |
Sets Id of Authorisation Parameter set.
Parameter | Description |
---|---|
Id of Authorisation Parameter set. |