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/11/21 06:06:59 UTC

svn commit: r345833 - /webservices/axis2/trunk/c/include/axis2_operation.h

Author: damitha
Date: Sun Nov 20 21:06:53 2005
New Revision: 345833

URL: http://svn.apache.org/viewcvs?rev=345833&view=rev
Log:
axis2_wsdl_operation_t is changed to struct axis2_wsdl_operation

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

Modified: webservices/axis2/trunk/c/include/axis2_operation.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_operation.h?rev=345833&r1=345832&r2=345833&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_operation.h (original)
+++ webservices/axis2/trunk/c/include/axis2_operation.h Sun Nov 20 21:06:53 2005
@@ -311,7 +311,7 @@
     axis2_status_t (AXIS2_CALL * 
     set_wsdl_opeartion) (axis2_operation_t *operation,
                                     axis2_env_t **env,
-                                    axis2_wsdl_operation_t *wsdl_operation);                                           
+                                    struct axis2_wsdl_operation *wsdl_operation);                                           
 };
 
 /** 
@@ -348,7 +348,7 @@
  */
 AXIS2_DECLARE(axis2_operation_t *) 
 axis2_operation_create_with_wsdl_operation (axis2_env_t **env, 
-                                            axis2_wsdl_operation_t *wsdl_operation);
+                                            struct axis2_wsdl_operation *wsdl_operation);
 
 /************************** Start of function macros **************************/