--- a/webservices/wsconnection/src/senservicedispatcher.cpp Wed Mar 31 23:17:32 2010 +0300
+++ b/webservices/wsconnection/src/senservicedispatcher.cpp Wed Apr 14 17:07:28 2010 +0300
@@ -156,7 +156,9 @@
for(;;)
{
+ TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL Before User::WaitForAnyRequest()");
User::WaitForAnyRequest();
+ TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL After User::WaitForAnyRequest()");
//If iDispatchMessages = FALSE then stop dispacthing messages.
//Is called from the destructor and thread will end in cleaner way