00001 /* 00002 * ============================================================================= 00003 * Name : SdpCodecStringPool.h 00004 * Part of : SDP Codec 00005 * Interface : SDK API, SDP Codec API 00006 * Description : 00007 * Version : 1.0 00008 * 00009 * Copyright (c) 2003 Nokia Corporation. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia Corporation. All rights are reserved. Copying, 00013 * including reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia Corporation. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia Corporation. 00018 * ============================================================================= 00019 */ 00020 00021 #ifndef SDPCODECSTRINGPOOL_H 00022 #define SDPCODECSTRINGPOOL_H 00023 00024 // INCLUDES 00025 #include <e32base.h> 00026 #include "_sdpdefs.h" 00027 #include <stringpool.h> 00028 00029 class CSdpCodecStringPool; 00030 00031 // CLASS DECLARATION 00047 class SdpCodecStringPool 00048 { 00049 public: // Constructors and destructor 00050 00056 IMPORT_C static void OpenL(); 00057 00062 IMPORT_C static void Close(); 00063 00064 public: 00065 00073 IMPORT_C static RStringPool StringPoolL(); 00074 00082 IMPORT_C static const TStringTable& StringTableL(); 00083 }; 00084 00085 #endif