mmserv/tms/tmsimpl/src/tmsstreambodyimpl.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
   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     }