mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp
changeset 31 8dfd592727cb
parent 22 128eb6a32b84
--- a/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp	Thu May 27 13:20:50 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp	Wed Jun 23 18:47:10 2010 +0300
@@ -68,12 +68,12 @@
     return ret;
     }
 
-gint TMSClientSourceImpl::SetProxy(TMSCallProxy* aProxy, gint strmid,
+gint TMSClientSourceImpl::SetProxy(TMSGlobalContext* context,
         gpointer queuehandler)
     {
     gint ret = TMS_RESULT_SUCCESS;
-    static_cast<TMSClientSourceBodyImpl*>(this->iBody)->SetProxy(aProxy,
-            strmid, queuehandler);
+    static_cast<TMSClientSourceBodyImpl*>(this->iBody)->SetProxy(context,
+            queuehandler);
     return ret;
     }