mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp
branchRCL_3
changeset 13 f5c5c82a163e
parent 3 4f62049db6ac
child 18 2eb3b066cc7d
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
   152     if (context && queuehandler)
   152     if (context && queuehandler)
   153         {
   153         {
   154         iProxy = context->CallProxy;
   154         iProxy = context->CallProxy;
   155         iStreamType = context->StreamType;
   155         iStreamType = context->StreamType;
   156         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
   156         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
   157         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G711);
   157         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
   158                 TMS_FORMAT_G711);
   158         }
   159         }
   159     }
   160     }
   160 
   161 
   161 void TMSG711FormatBodyImpl::QueueEvent(TInt aEventType, TInt /* aError*/,
   162 void TMSG711FormatBodyImpl::QueueEvent(TInt aEventType, TInt /* aError*/,
   162         void* /*user_data*/)
   163         void* /*user_data*/)