MSenIdentityProviderIdArray Class Reference

API published in: S60 3rd Ed

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.

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.

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.

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-2008
Back to top