00001 /* 00002 * ============================================================================= 00003 * Name : sipcrkeys.h 00004 * Part of : SIP API 00005 * Description : 00006 * Version : SIP/4.0 00007 * 00008 * Copyright (c) 2005 Nokia Corporation. 00009 * This material, including documentation and any related 00010 * computer programs, is protected by copyright controlled by 00011 * Nokia Corporation. All rights are reserved. Copying, 00012 * including reproducing, storing, adapting or translating, any 00013 * or all of this material requires the prior written consent of 00014 * Nokia Corporation. This material also contains confidential 00015 * information which may not be disclosed to others without the 00016 * prior written consent of Nokia Corporation. 00017 * ============================================================================= 00018 */ 00019 #ifndef SIPCRKEYS_H 00020 #define SIPCRKEYS_H 00021 00022 // INCLUDES 00023 #include <e32def.h> 00024 00028 const TUid KCRUidSIP = { 0x101FED88 }; 00029 00033 const TUint32 KSIPTransactionTimerT1 = 0x01; 00034 00038 const TUint32 KSIPTransactionTimerT2 = 0x02; 00039 00043 const TUint32 KSIPTransactionTimerT4 = 0x03; 00044 00045 00046 // SIPCRKEYS_H 00047 #endif 00048 00049 // End of File