mmserv/tms/tmsimpl/src/tmsilbcbodyimpl.cpp
branchRCL_3
changeset 13 f5c5c82a163e
parent 3 4f62049db6ac
child 18 2eb3b066cc7d
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
   132     if (context && queuehandler)
   132     if (context && queuehandler)
   133         {
   133         {
   134         iProxy = context->CallProxy;
   134         iProxy = context->CallProxy;
   135         iStreamType = context->StreamType;
   135         iStreamType = context->StreamType;
   136         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
   136         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
   137         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_ILBC);
   137         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
   138                 TMS_FORMAT_ILBC);
   138         }
   139         }
   139     }
   140     }
   140 
   141 
   141 void TMSILBCFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   142 void TMSILBCFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   142         void* /*user_data*/)
   143         void* /*user_data*/)