00001 /* 00002 * ============================================================================== 00003 * Name : DclCRKeys.h 00004 * Part of : DataConnectionLogger 00005 * Description : Contains Central Repository keys needed in logging GPRS/WLAN counters. 00006 * 00007 * Copyright © 2004-2006 Nokia Corporation. 00008 * This material, including documentation and any related 00009 * computer programs, is protected by copyright controlled by 00010 * Nokia Corporation. All rights are reserved. Copying, 00011 * including reproducing, storing, adapting or translating, any 00012 * or all of this material requires the prior written consent of 00013 * Nokia Corporation. This material also contains confidential 00014 * information which may not be disclosed to others without the 00015 * prior written consent of Nokia Corporation. 00016 * 00017 * ============================================================================== 00018 */ 00019 00020 #ifndef DCLCRKEYS_H 00021 #define DCLCRKEYS_H 00022 00023 const TUid KCRUidDCLLogs = {0x101F4CD5}; 00024 00025 // Amount of total sent bytes using GPRS. 00026 const TUint32 KLogsGPRSSentCounter = 0x0000000C; 00027 00028 // Amount of total received bytes using GPRS. 00029 const TUint32 KLogsGPRSReceivedCounter = 0x0000000D; 00030 00031 // Amount of total sent bytes using WLAN. 00032 const TUint32 KLogsWLANSentCounter = 0x00000014; 00033 00034 // Amount of total received bytes using WLAN. 00035 const TUint32 KLogsWLANReceivedCounter = 0x00000015; 00036 00037 // DCLCRKEYS_H 00038 #endif 00039 00040 // End of File