mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp
branchRCL_3
changeset 13 f5c5c82a163e
parent 3 4f62049db6ac
child 18 2eb3b066cc7d
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
    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         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G729);
    97         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
    98                 TMS_FORMAT_G729);
    98         }
    99         }
    99     }
   100     }
   100 
   101 
   101 void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   102 void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   102         void* /*user_data*/)
   103         void* /*user_data*/)