mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    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