You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/02/10 06:23:56 UTC

svn commit: r376560 - /webservices/axis2/trunk/c/include/axis2_stub.h

Author: nandika
Date: Thu Feb  9 21:23:53 2006
New Revision: 376560

URL: http://svn.apache.org/viewcvs?rev=376560&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/include/axis2_stub.h

Modified: webservices/axis2/trunk/c/include/axis2_stub.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_stub.h?rev=376560&r1=376559&r2=376560&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_stub.h (original)
+++ webservices/axis2/trunk/c/include/axis2_stub.h Thu Feb  9 21:23:53 2006
@@ -165,7 +165,7 @@
  * @return pointer to newly created axis2_stub struct
  */
 AXIS2_DECLARE(axis2_stub_t *)
-axis2_stub_create_with_endpoint_refand_client_home(axis2_env_t **env,
+axis2_stub_create_with_endpoint_ref_and_client_home(axis2_env_t **env,
                                         axis2_endpoint_ref_t *endpoint_ref,
                                         axis2_char_t *client_home);