mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    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         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G729);
    97         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G729);
    98         }
    98         }
    99     }
    99     }
   100 
   100 
   101 void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   101 void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   102         void* /*user_data*/)
   102         void* /*user_data*/)