equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of class CCodView. |
14 * Description: Implementation of class CCodView. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 // INCLUDE FILES |
18 // INCLUDE FILES |
20 |
19 |
21 #include <eikrted.h> |
20 #include <eikrted.h> |
22 #include <txtrich.h> |
21 #include <txtrich.h> |
23 #include <barsread.h> |
22 #include <barsread.h> |
24 #include <AknUtils.h> |
23 #include <AknUtils.h> |
25 #include <AknDef.h> |
24 #include <AknDef.h> |
26 #include <StringLoader.h> |
25 #include <StringLoader.h> |
27 #include <CodData.h> |
26 #include "CodData.h" |
28 #include <CodDefs.h> |
27 #include "CodDefs.h" |
29 #include <avkon.rsg> |
28 #include <avkon.rsg> |
30 #include <CodUi.rsg> |
29 #include <CodUi.rsg> |
31 #include "CodView.h" |
30 #include "CodView.h" |
32 #include "CodLogger.h" |
31 #include "CodLogger.h" |
33 #include <Oma2Agent.h> |
32 #include <Oma2Agent.h> |
34 #include <AknUtils.h> |
33 #include <AknUtils.h> |
35 #include <aknlayout.cdl.h> |
34 #include <AknLayout.cdl.h> |
36 |
35 |
37 #include "eikon.hrh" |
36 #include "eikon.hrh" |
38 |
|
39 |
37 |
40 // ================= TYPES ======================= |
38 // ================= TYPES ======================= |
41 |
39 |
42 /** |
40 /** |
43 * Mime type to resource id mapping entry. |
41 * Mime type to resource id mapping entry. |