mmserv/tms/tmsimpl/src/tmsilbcbodyimpl.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 9 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
   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         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_ILBC);
   137         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_ILBC);
   138         }
   138         }
   139     }
   139     }
   140 
   140 
   141 void TMSILBCFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   141 void TMSILBCFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   142         void* /*user_data*/)
   142         void* /*user_data*/)