mmserv/tms/tmsimpl/src/tmsilbcbodyimpl.cpp
changeset 53 eabc8c503852
parent 20 b67dd1fc57c5
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
   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         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
   138                 TMS_FORMAT_ILBC);
       
   139         }
       
   140     }
       
   141 
       
   142 void TMSILBCFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
       
   143         void* /*user_data*/)
       
   144     {
       
   145     switch (aEventType)
       
   146         {
       
   147         default:
       
   148             break;
       
   149         }
   137         }
   150     }
   138     }
   151 
   139 
   152 // End of file
   140 // End of file