equal
deleted
inserted
replaced
29 // ================================= CONTENT =================================== |
29 // ================================= CONTENT =================================== |
30 |
30 |
31 /** |
31 /** |
32 * Content Model type identifier |
32 * Content Model type identifier |
33 */ |
33 */ |
34 _LIT(KText ,"text"); |
34 _LIT(KText, "text"); |
35 _LIT(KImage, "image"); |
35 _LIT(KImage, "image"); |
|
36 _LIT(KNewsTicker, "title"); |
|
37 _LIT(KTextEditor, "texteditor"); |
|
38 _LIT(KData, "data"); |
|
39 |
36 _LIT(KPlugin, "plugin"); |
40 _LIT(KPlugin, "plugin"); |
37 |
|
38 _LIT(KNewsTicker ,"newsticker"); |
|
39 _LIT(KTextEditor, "texteditor"); |
|
40 |
|
41 |
41 |
42 // CPS Constants |
42 // CPS Constants |
43 _LIT(KService, "service"); |
43 _LIT(KService, "service"); |
44 _LIT(KInterface, "interface"); |
44 _LIT(KInterface, "interface"); |
45 _LIT(KCommand, "command"); |
45 _LIT(KCommand, "command"); |