Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SdpCodecStringPool.h
Link against: sdpcodec.lib

Class SdpCodecStringPool

class SdpCodecStringPool;

Description

This class defines string pool for SDP Codec. The client of SDP Codec must call OpenL() before invoking any function of SDP Codec classes. The client must close the string pool when finnished using SDP Codec classes.

Note: the client must not close the string pool while using SDP Codec classes.

sdpcodec.lib

Members

Defined in SdpCodecStringPool:
Close(), OpenL(), StringPoolL(), StringTableL()


Member functions


OpenL()

static IMPORT_C void OpenL();

Description

Opens SDP Codec string pool.

Leave codes

KErrAlreadyExists

if pool already exists in TLS.


Close()

static IMPORT_C void Close();

Description

Closes SDP Codec string pool.


StringPoolL()

static IMPORT_C RStringPool StringPoolL();

Description

Gets the string pool used by SDP Codec.

Return value

RStringPool

RStringPool: A handle to a string pool

Leave codes

KErrSdpCodecStringPool

if the pool is not opened.


StringTableL()

static IMPORT_C const TStringTable &StringTableL();

Description

Gets the string table used by SDP Codec.

Return value

const TStringTable &

TStringTable&: The string pool table

Leave codes

KErrSdpCodecStringPool

if the pool is not opened.