You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/14 11:00:21 UTC

svn commit: r356763 - /webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c

Author: damitha
Date: Wed Dec 14 02:00:14 2005
New Revision: 356763

URL: http://svn.apache.org/viewcvs?rev=356763&view=rev
Log:
replaced axis2_svc_set_name with axis2_svc_set_qname

Modified:
    webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c

Modified: webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c?rev=356763&r1=356762&r2=356763&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c (original)
+++ webservices/axis2/trunk/c/modules/wsdl/src/wsdl_svc.c Wed Dec 14 02:00:14 2005
@@ -54,7 +54,7 @@
                     axis2_env_t **env);
 
 axis2_status_t AXIS2_CALL
-axis2_svc_set_name(axis2_wsdl_svc_t *wsdl_svc, 
+axis2_svc_set_qname(axis2_wsdl_svc_t *wsdl_svc, 
                     axis2_env_t **env, 
                     axis2_qname_t *qname);
 
@@ -140,7 +140,7 @@
     
 	wsdl_svc_impl->wsdl_svc.ops->free = axis2_wsdl_svc_free;
     wsdl_svc_impl->wsdl_svc.ops->get_name = axis2_svc_get_qname;
-    wsdl_svc_impl->wsdl_svc.ops->set_name = axis2_svc_set_name;
+    wsdl_svc_impl->wsdl_svc.ops->set_name = axis2_svc_set_qname;
     wsdl_svc_impl->wsdl_svc.ops->get_endpoints = axis2_wsdl_svc_get_endpoints; 
     wsdl_svc_impl->wsdl_svc.ops->set_endpoints = axis2_wsdl_svc_set_endpoints;
     wsdl_svc_impl->wsdl_svc.ops->set_endpoint = axis2_wsdl_svc_set_endpoint;