#include <cs_subconparams.h>
class CSubConAuthorisationGenericParamSet : public CSubConGenericParameterSet |
Protected Attributes | |
---|---|
DATA_VTABLE TInt | iId |
Public Member Enumerations | |
---|---|
enum | anonymous { EUid, EType } |
Public Member Functions | |
---|---|
CSubConAuthorisationGenericParamSet() | |
TInt | GetId() |
CSubConAuthorisationGenericParamSet * | NewL(CSubConParameterFamily &, CSubConParameterFamily::TParameterSetType) |
CSubConAuthorisationGenericParamSet * | NewL(RParameterFamily &, RParameterFamily::TParameterSetType) |
CSubConAuthorisationGenericParamSet * | NewL() |
void | SetId(TInt) |
Authorisation generic parameter set.
This class contains authorization generic parameters.
SMetaDataECom must be the first in the superclasses' list since v9.1
DATA_VTABLE TInt | iId | [protected] |
CSubConAuthorisationGenericParamSet | ( | ) | [inline] |
Empty CSubConAuthorisationGenericParamSet constructor
TInt | GetId | ( | ) | const [inline] |
Gets 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).
Parameters | |
---|---|
aFamily | parameter sets. |
aType | parameter type (Requested/Acceptable/Granted) |
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).
Parameters | |
---|---|
aFamily | parameter sets. |
aType | parameter type (Requested/Acceptable/Granted) |
CSubConAuthorisationGenericParamSet * | NewL | ( | ) | [static, inline] |
Creates a generic Authorisation family parameterset.
void | SetId | ( | TInt | ) | [inline] |
Sets Id of Authorisation Parameter set.
Parameters | |
---|---|
Id of Authorisation Parameter set. |