diff -r 962e6306d9d2 -r 7ef16719d8cb telephonyserverplugins/simtsy/inc/Simlog.h --- a/telephonyserverplugins/simtsy/inc/Simlog.h Fri Feb 19 23:59:33 2010 +0200 +++ b/telephonyserverplugins/simtsy/inc/Simlog.h Fri Mar 12 15:49:38 2010 +0200 @@ -64,6 +64,7 @@ #include #include +#include "SimTsy.h" #ifdef _DEBUG #define _SIMTSY_LOGGING_ENABLED @@ -72,8 +73,6 @@ #ifdef _SIMTSY_LOGGING_ENABLED -_LIT8(KSIMTSYSubSystem, "SIMTSY"); - #define SIMTSYFLOG1(N,A) { \ _LIT8(KLogString, A); \ __FLOG_STATIC0(KSIMTSYSubSystem,(N),KLogString); \