equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: SIMPLE Engine CenRep keys |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef SIMPLEENGINEPRIVATECRKEYS_H |
|
21 #define SIMPLEENGINEPRIVATECRKEYS_H |
|
22 |
|
23 const TUid KCRUIDSimpleVariation = {0x10281EEF}; |
|
24 |
|
25 // Suggested publish refresh time (sec) |
|
26 const TUint32 KSimplePublishRefresh = 0x00000001; |
|
27 // Suggested subscribe refresh time (sec) |
|
28 const TUint32 KSimpleSubscribeRefresh = 0x00000002; |
|
29 // Suggested subscribe WINFO refresh time |
|
30 const TUint32 KSimpleSubscribeWinfoRefresh = 0x00000003; |
|
31 // Expiry time of API requests (sec) |
|
32 const TUint32 KSimpleExpiryTime = 0x00000004; |
|
33 |
|
34 #endif // SIMPLEENGINEPRIVATECRKEYS_H |
|
35 |