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