equal
deleted
inserted
replaced
18 |
18 |
19 /** |
19 /** |
20 @file |
20 @file |
21 |
21 |
22 @publishedPartner |
22 @publishedPartner |
23 @prototype |
23 @released |
24 */ |
24 */ |
25 |
25 |
26 #ifndef __CAFHELPER_H__ |
26 #ifndef __CAFHELPER_H__ |
27 #define __CAFHELPER_H__ |
27 #define __CAFHELPER_H__ |
28 |
28 |
37 /** |
37 /** |
38 CAF client application can use this class to load cafhelper.dll and get access to entry function pointer |
38 CAF client application can use this class to load cafhelper.dll and get access to entry function pointer |
39 of the dll,using which the appropriate error handling APIs can be called. |
39 of the dll,using which the appropriate error handling APIs can be called. |
40 |
40 |
41 @publishedPartner |
41 @publishedPartner |
42 @prototype |
42 @released |
43 */ |
43 */ |
44 |
44 |
45 NONSHARABLE_CLASS(CCAFHelper) : public CBase |
45 NONSHARABLE_CLASS(CCAFHelper) : public CBase |
46 { |
46 { |
47 public: |
47 public: |