webservices/wsconnection/src/senservicedispatcher.cpp
branchRCL_3
changeset 11 ab1e518f96da
parent 0 62f9d29f7211
child 14 9e96e2676219
equal deleted inserted replaced
10:bf3935de63a1 11:ab1e518f96da
   154     
   154     
   155     TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL - Resumed.");
   155     TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL - Resumed.");
   156     
   156     
   157     for(;;)
   157     for(;;)
   158         {
   158         {
       
   159         TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL Before User::WaitForAnyRequest()");
   159         User::WaitForAnyRequest();
   160         User::WaitForAnyRequest();
       
   161         TLSLOG_L(KSenDispatcherLogChannel, KSenDispatcherLogLevel, "CSenServiceDispatcher::ExecuteL After User::WaitForAnyRequest()");
   160 
   162 
   161         //If iDispatchMessages = FALSE then stop dispacthing messages.
   163         //If iDispatchMessages = FALSE then stop dispacthing messages.
   162         //Is called from the destructor and thread will end in cleaner way
   164         //Is called from the destructor and thread will end in cleaner way
   163         //by deleting the allocated objects on it's heap.
   165         //by deleting the allocated objects on it's heap.
   164         if(!aThis->iDispatchMessages)
   166         if(!aThis->iDispatchMessages)