mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp
changeset 25 6f7ceef7b1d1
parent 20 b67dd1fc57c5
equal deleted inserted replaced
21:2ed61feeead6 25:6f7ceef7b1d1
    66     tmssource = self;
    66     tmssource = self;
    67     TRACE_PRN_FN_EXT;
    67     TRACE_PRN_FN_EXT;
    68     return ret;
    68     return ret;
    69     }
    69     }
    70 
    70 
    71 gint TMSClientSourceImpl::SetProxy(TMSCallProxy* aProxy, gint strmid,
    71 gint TMSClientSourceImpl::SetProxy(TMSGlobalContext* context,
    72         gpointer queuehandler)
    72         gpointer queuehandler)
    73     {
    73     {
    74     gint ret = TMS_RESULT_SUCCESS;
    74     gint ret = TMS_RESULT_SUCCESS;
    75     static_cast<TMSClientSourceBodyImpl*>(this->iBody)->SetProxy(aProxy,
    75     static_cast<TMSClientSourceBodyImpl*>(this->iBody)->SetProxy(context,
    76             strmid, queuehandler);
    76             queuehandler);
    77     return ret;
    77     return ret;
    78     }
    78     }
    79 
    79 
    80 // End of file
    80 // End of file