equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @internalComponent |
21 @internalComponent |
24 @released |
22 @released |
25 */ |
23 */ |
27 #ifndef __CAFAPARECOGNIZER_H__ |
25 #ifndef __CAFAPARECOGNIZER_H__ |
28 #define __CAFAPARECOGNIZER_H__ |
26 #define __CAFAPARECOGNIZER_H__ |
29 |
27 |
30 #include <apmrec.h> |
28 #include <apmrec.h> |
31 |
29 |
32 #include "caf.h" |
30 #include <caf/caf.h> |
33 |
31 |
34 const TUid KUidCafApaRecognizer = {0x101ff761}; |
32 const TUid KUidCafApaRecognizer = {0x101ff761}; |
35 |
33 |
36 class CMimeTypeMapping; |
34 class CMimeTypeMapping; |
37 class RFileReadStream; |
35 class RFileReadStream; |
83 |
81 |
84 ContentAccess::CAgentResolver* iResolver; |
82 ContentAccess::CAgentResolver* iResolver; |
85 }; |
83 }; |
86 |
84 |
87 #endif |
85 #endif |
|
86 |