epoc32/include/caf/cafpanic.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    15 * The panic method and panic code declarations
    15 * The panic method and panic code declarations
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
       
    21 
       
    22 /**
    20 /**
    23  @file 
    21  @file 
    24  @publishedPartner
    22  @publishedAll
    25  @released
    23  @released
    26 */
    24 */
    27 
    25 
    28 #ifndef __CAFPANIC_H__
    26 #ifndef __CAFPANIC_H__
    29 #define __CAFPANIC_H__
    27 #define __CAFPANIC_H__
    45 	};
    43 	};
    46 
    44 
    47 _LIT(KCafPanicString,"CAF");
    45 _LIT(KCafPanicString,"CAF");
    48 
    46 
    49 #endif // __CAFPANIC_H__
    47 #endif // __CAFPANIC_H__
       
    48