COMASuplThirdPartyIds Class Reference

class COMASuplThirdPartyIds : public CBase

Class for providing the third party id data set

eposomasuplasnconverter.lib
Since
S60 S60_5.2

Inherits from

  • COMASuplThirdPartyIds

Constructor & Destructor Documentation

COMASuplThirdPartyIds()

COMASuplThirdPartyIds()[private]

C++ default constructor.

~COMASuplThirdPartyIds()

IMPORT_C~COMASuplThirdPartyIds()

Destructor.

Member Functions Documentation

AddThirdPartyId(COMASuplThirdpartyId *)

IMPORT_C voidAddThirdPartyId(COMASuplThirdpartyId *aThirdPartyId)

Setter method to set COMASuplThirdpartyId in the COMASuplThirdPartyIds object

Parameters

COMASuplThirdpartyId * aThirdPartyIdthe third party id data to be added to the third party id data array.The ownership of the object that is set is trasferred to the COMASuplThirdpartyId data array in the third party id object

CloneL()

IMPORT_C COMASuplThirdPartyIds *CloneL()

Clone Method

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

GetThirdPartyIds(RPointerArray< COMASuplThirdpartyId > &)

IMPORT_C voidGetThirdPartyIds(RPointerArray< COMASuplThirdpartyId > &aThirdpartyArr)const

Getter method to set COMASuplThirdpartyId in the COMASuplThirdPartyIds object

Parameters

RPointerArray< COMASuplThirdpartyId > & aThirdpartyArrthe third party id data elements are returned in this ownership of the COMASuplThirdpartyId pointer present in aThirdpartyArr are retained in the original COMASuplThirdpartyIds object from which they were retrieved. However the ownership of the array itself is with the caller. Getter method to set COMASuplThirdpartyId in the Version 2 SUPL Start Extension

NewL()

IMPORT_C COMASuplThirdPartyIds *NewL()[static]
Creates a new instance of a COMASuplThirdPartyIds
Since
S60 S60_5.2

Member Data Documentation

RPointerArray< COMASuplThirdpartyId > iThirdpartyArr

RPointerArray< COMASuplThirdpartyId >iThirdpartyArr[private]