equal
deleted
inserted
replaced
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*/) |