MSenIdentityProviderIdArray Class Reference

Link against: SenServDesc.LIB

Capability Information

Required Capabilities

NetworkServices ReadUserData WriteUserData


#include <
MSenIdentityProviderIdArray.h>

Inherited by CSenIdentityProviderIdArray8.


Detailed Description

Abstract interface for ProviderID array classes.
Dll SenServDesc.lib
Since:
Series60 3.0

Public Member Functions

virtual IMPORT_C TBool IsStrict () const =0
 Method to check if the array is defined as strict.
virtual void SetStrict (TBool aStrict)=0
 Method for setting the strict flag.

Member Function Documentation

virtual IMPORT_C TBool MSenIdentityProviderIdArray::IsStrict  )  const [pure virtual]
 

Method to check if the array is defined as strict.

Since:
Series60 3.0
Returns:
ETrue if array is strict, EFalse if not

Implemented in CSenIdentityProviderIdArray8.

virtual void MSenIdentityProviderIdArray::SetStrict TBool  aStrict  )  [pure virtual]
 

Method for setting the strict flag.

Since:
Series60 3.0
Parameters:
aStrict the value the flag should be set.

Implemented in CSenIdentityProviderIdArray8.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top