mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
   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         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G711);
   157         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G711);
   158         }
   158         }
   159     }
   159     }
   160 
   160 
   161 void TMSG711FormatBodyImpl::QueueEvent(TInt aEventType, TInt /* aError*/,
   161 void TMSG711FormatBodyImpl::QueueEvent(TInt aEventType, TInt /* aError*/,
   162         void* /*user_data*/)
   162         void* /*user_data*/)