mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp
changeset 25 6f7ceef7b1d1
parent 20 b67dd1fc57c5
--- a/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp	Fri May 28 19:26:28 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp	Fri Jun 11 19:59:23 2010 -0500
@@ -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;
     }