mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp
branchRCL_3
changeset 17 60e492b28869
parent 12 2eb3b066cc7d
equal deleted inserted replaced
15:ab526b8cacfb 17:60e492b28869
    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