equal
deleted
inserted
replaced
66 |
66 |
67 gint TMSSpeakerSinkImpl::SetProxy(TMSCallProxy* /*aProxy*/, |
67 gint TMSSpeakerSinkImpl::SetProxy(TMSCallProxy* /*aProxy*/, |
68 gpointer /*queuehandler*/) |
68 gpointer /*queuehandler*/) |
69 { |
69 { |
70 gint ret = TMS_RESULT_SUCCESS; |
70 gint ret = TMS_RESULT_SUCCESS; |
71 //((TMSSpeakerSinkBodyImpl*) this->iBody)->SetProxy(aProxy, queuehandler); |
71 //static_cast<TMSSpeakerSinkBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler); |
72 return ret; |
72 return ret; |
73 } |
73 } |
74 |
74 |
75 // End of file |
75 // End of file |