mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp
changeset 53 eabc8c503852
parent 20 b67dd1fc57c5
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    62         }
    62         }
    63     bodyimpl = self;
    63     bodyimpl = self;
    64     return ret;
    64     return ret;
    65     }
    65     }
    66 
    66 
    67 gint TMSSpeakerSinkImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    67 gint TMSSpeakerSinkImpl::SetProxy(TMSCallProxy* aProxy, gpointer queuehandler)
    68         gpointer /*queuehandler*/)
       
    69     {
    68     {
    70     gint ret = TMS_RESULT_SUCCESS;
    69     gint ret(TMS_RESULT_SUCCESS);
       
    70     static_cast<TMSSpeakerSinkBodyImpl*>(this->iBody)->SetProxy(aProxy,
       
    71              queuehandler);
    71     return ret;
    72     return ret;
    72     }
    73     }
    73 
    74 
    74 // End of file
    75 // End of file