mmserv/tms/tmsimpl/src/tmsilbcbodyimpl.cpp
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 18 2eb3b066cc7d
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
   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*/)