mmserv/tms/tmsimpl/src/tmsstreambodyimpl.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 9 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
   703         {
   703         {
   704         iMsgQHandler->Cancel();
   704         iMsgQHandler->Cancel();
   705         }
   705         }
   706     else
   706     else
   707         {
   707         {
   708         iMsgQHandler = CQueueHandler::NewL(&iMsgQueue, &iContext);
   708         iMsgQHandler = TMSQueueHandler::NewL(&iMsgQueue, &iContext);
   709         iMsgQHandler->AddObserver(*this, iContext.StreamType);
   709         iMsgQHandler->AddObserver(*this, iContext.StreamType);
   710         }
   710         }
   711 
   711 
   712     iMsgQHandler->Start();
   712     iMsgQHandler->Start();
   713     }
   713     }