#include <mw/sipstrings.h>
class SIPStrings |
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C void | OpenL() |
IMPORT_C RStringPool | Pool() |
IMPORT_C RStringF | StringF(TInt) |
IMPORT_C const TStringTable & | Table() |
This class defines string pool for SIP Codec. The client of SIP Codec must call OpenL() before invoking any function of SIP Codec classes. The client must close the string pool when finished using SIP Codec classes.
IMPORT_C void | OpenL | ( | ) | [static] |
Opens SIP Codec string pool. Implemented with a reference count.
IMPORT_C RStringPool | Pool | ( | ) | [static] |
Gets the string pool used by SIP Codec.
Returns: RStringPool: A handle to a string pool
IMPORT_C const TStringTable & | Table | ( | ) | [static] |
Gets the string table used by SIP Codec.
Returns: TStringTable&: The string pool table