diff -r e4420734a2a0 -r 36ea1f90a3d8 realtimenetprots/sipfw/SIP/LightWeightTimer/src/singletimer.cpp --- a/realtimenetprots/sipfw/SIP/LightWeightTimer/src/singletimer.cpp Tue Oct 19 05:33:24 2010 +0530 +++ b/realtimenetprots/sipfw/SIP/LightWeightTimer/src/singletimer.cpp Thu Oct 21 15:53:21 2010 +0530 @@ -95,12 +95,8 @@ iTimerId = aTimerId; - //If the duration is very short, expire immediately for better performance. -#ifdef __WINSCW__ - if (aDelay < KEmulatorDelay) -#else if (aDelay < KTargetHwDelay) -#endif + { ExpireImmediately(); }