mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp
changeset 53 eabc8c503852
parent 20 b67dd1fc57c5
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    92     if (context && queuehandler)
    92     if (context && queuehandler)
    93         {
    93         {
    94         iProxy = context->CallProxy;
    94         iProxy = context->CallProxy;
    95         iStreamType = context->StreamType;
    95         iStreamType = context->StreamType;
    96         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
    96         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
    97         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
    98                 TMS_FORMAT_G729);
       
    99         }
    97         }
   100     }
    98     }
   101 
       
   102 void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
       
   103         void* /*user_data*/)
       
   104     {
       
   105     switch (aEventType)
       
   106         {
       
   107         default:
       
   108             break;
       
   109         }
       
   110     }
       
   111 
       
   112 // End of file
    99 // End of file