equal
deleted
inserted
replaced
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 |