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 @publishedPartner |
21 @publishedAll |
24 @released |
22 @released |
25 */ |
23 */ |
26 |
24 |
27 |
25 |
28 #ifndef __CAF_METADATAARRAY_H__ |
26 #ifndef __CAF_METADATAARRAY_H__ |
46 |
44 |
47 Applications should use the unicode search function whenever possible because |
45 Applications should use the unicode search function whenever possible because |
48 it removes the risk of losing information during the unicode to 8 bit |
46 it removes the risk of losing information during the unicode to 8 bit |
49 conversion. |
47 conversion. |
50 |
48 |
51 @publishedPartner |
|
52 @released |
|
53 */ |
49 */ |
54 class CMetaDataArray : public CBase |
50 class CMetaDataArray : public CBase |
55 { |
51 { |
56 public: |
52 public: |
57 |
53 |