mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 18 2eb3b066cc7d
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
    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