fontservices/fontstore/src/FNTUTIL.CPP
branchRCL_3
changeset 17 336bee5c2d35
parent 16 748ec5531811
equal deleted inserted replaced
16:748ec5531811 17:336bee5c2d35
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "FNTSTD.H"
    19 #include "FNTSTD.H"
    20 
    20 
    21 #include "OstTraceDefinitions.h"
       
    22 #ifdef OST_TRACE_COMPILER_IN_USE
       
    23 #include "FNTUTILTraces.h"
       
    24 #endif
       
    25 
       
    26 
       
    27 GLDEF_C void Panic(TFntStorePanic aPanic)
    21 GLDEF_C void Panic(TFntStorePanic aPanic)
    28 	{
    22 	{
    29 	_LIT(KFntStorePanicCategory,"FntStore");
    23 	_LIT(KFntStorePanicCategory,"FntStore");
    30 	OstTrace1( TRACE_FATAL, _PANIC, "::Panic;aPanic=%x", ( TUint )&( aPanic ) );	
       
    31 	User::Panic(KFntStorePanicCategory,aPanic);
    24 	User::Panic(KFntStorePanicCategory,aPanic);
    32 	}
    25 	}
    33 
    26 
    34 
    27