CSdpOriginFieldPtrs Class Reference

class CSdpOriginFieldPtrs : public CBase

This class encapsulates the data of CSdpAttributeField .

sdpcodec.lib

Inherits from

Constructor & Destructor Documentation

CSdpOriginFieldPtrs()

CSdpOriginFieldPtrs ( ) [private]

~CSdpOriginFieldPtrs()

~CSdpOriginFieldPtrs ( )

Member Functions Documentation

ConstructL(TInt64, TInt64)

void ConstructL ( TInt64 aSessionId,
TInt64 aSessionVersion
) [private]

Parameters

TInt64 aSessionId
TInt64 aSessionVersion

NewL(TInt64, TInt64)

CSdpOriginFieldPtrs * NewL ( TInt64 aSessionId,
TInt64 aSessionVersion
) [static]

Parameters

TInt64 aSessionId
TInt64 aSessionVersion

SessionId()

const TDesC8 & SessionId ( ) const

SessionVersion()

const TDesC8 & SessionVersion ( ) const

SetSessionIdL(const TDesC8 &)

void SetSessionIdL ( const TDesC8 & aSessionId )

Parameters

const TDesC8 & aSessionId

SetSessionIdL(TInt64)

void SetSessionIdL ( TInt64 aSessionId )

Parameters

TInt64 aSessionId

SetSessionVersionL(const TDesC8 &)

void SetSessionVersionL ( const TDesC8 & aSessionVersion )

Parameters

const TDesC8 & aSessionVersion

SetSessionVersionL(TInt64)

void SetSessionVersionL ( TInt64 aSessionVersion )

Parameters

TInt64 aSessionVersion

SetUserNameL(const TDesC8 &)

void SetUserNameL ( const TDesC8 & aUserName )

Parameters

const TDesC8 & aUserName

UserName()

const TDesC8 & UserName ( ) const

Member Data Documentation

HBufC8 * iSessionId

HBufC8 * iSessionId [private]

HBufC8 * iSessionVersion

HBufC8 * iSessionVersion [private]

HBufC8 * iUserName

HBufC8 * iUserName [private]