fontservices/fontstore/src/FNTUTIL.CPP
branchGCC_SURGE
changeset 49 4d76f1414957
parent 44 601ab138ba0b
child 55 336bee5c2d35
equal deleted inserted replaced
38:235ab7462409 49:4d76f1414957
    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