--- a/mmserv/radioutility/presetutility/inc/trace.h Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/radioutility/presetutility/inc/trace.h Wed Jun 16 09:27:44 2010 +0100
@@ -55,7 +55,7 @@
/**
* Prefix macro for strings
*/
-#define _PREFIX_CHAR( aMsg ) (const char*)"[PresetUtility]: " ##aMsg
+#define _PREFIX_CHAR( aMsg ) (const char*)"[PresetUtility]: " #aMsg
/**
* Define needed directories if TRACE_INTO_FILE macro in use
--- a/mmserv/radioutility/radio_utility/inc/trace.h Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/radioutility/radio_utility/inc/trace.h Wed Jun 16 09:27:44 2010 +0100
@@ -55,7 +55,7 @@
/**
* Prefix macro for strings
*/
-#define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Utility]: " ##aMsg
+#define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Utility]: " #aMsg
/**
* Define needed directories if TRACE_INTO_FILE macro in use
--- a/mmserv/radioutility/radioserver/Session/Src/trace.h Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/radioutility/radioserver/Session/Src/trace.h Wed Jun 16 09:27:44 2010 +0100
@@ -55,7 +55,7 @@
/**
* Prefix macro for strings
*/
-#define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Client_Session]: " ##aMsg
+#define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Client_Session]: " #aMsg
/**
* Define needed directories if TRACE_INTO_FILE macro in use
--- a/mmserv/tms/tmscallserver/src/tmseteldtmfmonitor.cpp Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/tms/tmscallserver/src/tmseteldtmfmonitor.cpp Wed Jun 16 09:27:44 2010 +0100
@@ -128,7 +128,7 @@
{
// Refresh and return (no observer notfiying).
TRACE_PRN_N2(_L("**TMS TMSEtelDtmfMonitor::RunL: Unknown event \
- = %¨d, type = %d"), iEventData.iEvent,iEventData.iType);
+ = %¨d, type = %d"), iEventData.iEvent,iEventData.iType);
StartMonitoring();
return;
}