contentmgmt/contentaccessfwfordrm/inc/cafhelperinterface.h
changeset 62 b23410e29e22
parent 15 da2ae96f639b
equal deleted inserted replaced
60:11c66574c2a2 62:b23410e29e22
    18 
    18 
    19 /** 
    19 /** 
    20 @file 
    20 @file 
    21 
    21 
    22 @publishedPartner
    22 @publishedPartner
    23 @prototype
    23 @released
    24 */
    24 */
    25 
    25 
    26 #ifndef __CAFHELPERINTERFACE_H__
    26 #ifndef __CAFHELPERINTERFACE_H__
    27 #define __CAFHELPERINTERFACE_H__
    27 #define __CAFHELPERINTERFACE_H__
    28 
    28 
    42 	 CAF error messages when CAF client application is not interested /unable to handle 
    42 	 CAF error messages when CAF client application is not interested /unable to handle 
    43 	 CAF errors.UI/device manufacturer will provide error handling functionality by 
    43 	 CAF errors.UI/device manufacturer will provide error handling functionality by 
    44 	 implementing this interface class as a dll which is enforced to be named as cafhelper.dll.
    44 	 implementing this interface class as a dll which is enforced to be named as cafhelper.dll.
    45 
    45 
    46 	 @publishedPartner
    46 	 @publishedPartner
    47 	 @prototype
    47 	 @released
    48 	 */
    48 	 */
    49 	 	
    49 	 	
    50 	class MCAFHelperInterface
    50 	class MCAFHelperInterface
    51 		{
    51 		{
    52 	public:
    52 	public: