fontservices/fontstore/src/FNTUTIL.CPP
changeset 40 91ef7621b7fc
parent 0 1fb32624e06b
child 55 336bee5c2d35
equal deleted inserted replaced
21:f2f7b3284356 40:91ef7621b7fc
    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 
    21 GLDEF_C void Panic(TFntStorePanic aPanic)
    27 GLDEF_C void Panic(TFntStorePanic aPanic)
    22 	{
    28 	{
    23 	_LIT(KFntStorePanicCategory,"FntStore");
    29 	_LIT(KFntStorePanicCategory,"FntStore");
       
    30 	OstTrace1( TRACE_FATAL, _PANIC, "::Panic;aPanic=%x", ( TUint )&( aPanic ) );	
    24 	User::Panic(KFntStorePanicCategory,aPanic);
    31 	User::Panic(KFntStorePanicCategory,aPanic);
    25 	}
    32 	}
    26 
    33 
    27 
    34