mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    48     }
    48     }
    49 
    49 
    50 gint TMSSpeakerSinkImpl::Create(TMSSink*& bodyimpl)
    50 gint TMSSpeakerSinkImpl::Create(TMSSink*& bodyimpl)
    51     {
    51     {
    52     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    52     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    53     TMSSpeakerSinkImpl* self = new TMSSpeakerSinkImpl;
    53     TMSSpeakerSinkImpl* self = new TMSSpeakerSinkImpl();
    54     if (self)
    54     if (self)
    55         {
    55         {
    56         ret = self->PostConstruct();
    56         ret = self->PostConstruct();
    57         if (ret != TMS_RESULT_SUCCESS)
    57         if (ret != TMS_RESULT_SUCCESS)
    58             {
    58             {
    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     //static_cast<TMSSpeakerSinkBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler);
       
    72     return ret;
    71     return ret;
    73     }
    72     }
    74 
    73 
    75 // End of file
    74 // End of file