CVoipErrorEntry Class Reference

class CVoipErrorEntry : public CBase

VoIP error entry. Container class for VoIP error information

voipeventlog.lib
Since
S60 V3.2

Inherits from

Constructor & Destructor Documentation

CVoipErrorEntry()

CVoipErrorEntry ( ) [private]

C++ default constructor.

~CVoipErrorEntry()

IMPORT_C ~CVoipErrorEntry ( ) [virtual]

Destructors.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

ErrorCode()

IMPORT_C TInt ErrorCode ( ) const

Returns error VoIP code.

Since
S60 V3.2

ErrorText()

IMPORT_C const TDesC & ErrorText ( ) const

Returns error text

Since
S60 V3.2

NewL()

IMPORT_C CVoipErrorEntry * NewL ( ) [static]

Two-phased constructor.

NewLC()

IMPORT_C CVoipErrorEntry * NewLC ( ) [static]

Two-phased constructor.

NewLC(TInt, const TDesC &)

IMPORT_C CVoipErrorEntry * NewLC ( TInt aErrorCode,
const TDesC & aErrorText
) [static]

Two-phased constructor.

Parameters

TInt aErrorCode
const TDesC & aErrorText

SetErrorCode(TInt)

IMPORT_C void SetErrorCode ( TInt aErrorCode )

Sets VoIP error code.

Since
S60 V3.2

Parameters

TInt aErrorCode VoIP error code

SetErrorText(const TDesC &)

IMPORT_C TInt SetErrorText ( const TDesC & aErrorText )

Sets error text

Since
S60 V3.2

Parameters

const TDesC & aErrorText error text to be set

SetTimeStamp(const TDesC &)

TInt SetTimeStamp ( const TDesC & aTimeStamp )

Sets time stamp this function is not exported, time stamp is set inside of voipeventlog component

Since
S60 V3.2

Parameters

const TDesC & aTimeStamp time stamp to be set

TimeStamp()

IMPORT_C const TDesC & TimeStamp ( ) const

Returns time stamp

Since
S60 V3.2

Member Data Documentation

TInt iErrorCode

TInt iErrorCode [private]

VoIP error code

RBuf iErrorText

RBuf iErrorText [private]

VoIP error text

RBuf iTimeStamp

RBuf iTimeStamp [private]

VoIP error stamp