diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/inc/tmsutility.h --- a/mmserv/tms/inc/tmsutility.h Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/inc/tmsutility.h Wed Mar 31 22:29:45 2010 +0300 @@ -63,11 +63,15 @@ #define TOFOURCC(format) TMSUtility::ToFourCC(format) #define TOTMSFORMAT(fourcc) TMSUtility::FourCCToTMSFormat(fourcc) +_LIT(KTMSPanic, "TMS Panic!" ); +#define PANIC(reason) User::Panic(KTMSPanic, reason) + // TMSUtility class class TMSUtility { public: IMPORT_C static gint TMSResult(const gint error); + IMPORT_C static gint EtelToTMSResult(const gint error); IMPORT_C static TMSAudioOutput ToTMSOutput( CTelephonyAudioRouting::TAudioOutput taroutput); IMPORT_C static CTelephonyAudioRouting::TAudioOutput ToTAROutput(