equal
deleted
inserted
replaced
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: Definition of different constants |
14 * Description: Definition of different constants |
15 * Version : %version: 10.1.30 % << Don't touch! Updated by Synergy at check-out. |
15 * Version : %version: 10.1.31 % << Don't touch! Updated by Synergy at check-out. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef CADEF_H |
19 #ifndef CADEF_H |
20 #define CADEF_H |
20 #define CADEF_H |
149 0x10210E26 |
149 0x10210E26 |
150 }; |
150 }; |
151 |
151 |
152 const TUid KCWRTApplicationTypeUid = |
152 const TUid KCWRTApplicationTypeUid = |
153 { |
153 { |
154 0x10282821 |
154 0x10282821 |
155 }; |
155 }; |
156 |
156 |
157 const TInt KCenRepBufferSize = 255; |
157 const TInt KCenRepBufferSize = 255; |
158 // |
158 // |
159 // Attributes commonly used for all items. |
159 // Attributes commonly used for all items. |
182 |
182 |
183 _LIT( KCaDbPropVersion, "Version" ); /// db version |
183 _LIT( KCaDbPropVersion, "Version" ); /// db version |
184 _LIT( KCaDbPropLanguage, "Language" ); // language of ca strings in db |
184 _LIT( KCaDbPropLanguage, "Language" ); // language of ca strings in db |
185 _LIT( KCaDbPropQMfile, "QMfile" ); // prefix of qm file used in translation |
185 _LIT( KCaDbPropQMfile, "QMfile" ); // prefix of qm file used in translation |
186 |
186 |
187 |
187 _LIT( KCaDbPropRestore, "Restore" ); // restore db property |
|
188 _LIT( KCaDbPropRestoreVal, "RestoreVal" ); // restore db property val |
|
189 _LIT( KCaDbPropNoRestoreVal, "NoRestoreVal" ); // no restore db property val |
188 |
190 |
189 _LIT(KComma, ","); |
191 _LIT(KComma, ","); |
190 // Prefix hex format |
192 // Prefix hex format |
191 _LIT(KHexFormat, "0x%X"); |
193 _LIT(KHexFormat, "0x%X"); |
192 |
194 |