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 na...@apache.org on 2006/01/04 07:17:20 UTC

svn commit: r365839 - /webservices/axis2/trunk/c/include/axis2_soap_fault.h

Author: nandika
Date: Tue Jan  3 22:17:14 2006
New Revision: 365839

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

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

Modified: webservices/axis2/trunk/c/include/axis2_soap_fault.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_fault.h?rev=365839&r1=365838&r2=365839&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_fault.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_fault.h Tue Jan  3 22:17:14 2006
@@ -229,8 +229,8 @@
 #define AXIS2_SOAP_FAULT_GET_SOAP_VERSION(fault, env) \
         ((fault)->ops->get_soap_version(fault, env))
         
-#define AXIS2_SOAP_FAULT_SET_SOAP_VERSION(fault, env) \
-        ((fault)->ops->set_soap_version(fault, env))
+#define AXIS2_SOAP_FAULT_SET_SOAP_VERSION(fault, env, soap_version) \
+        ((fault)->ops->set_soap_version(fault, env, soap_version))
         
 #define AXIS2_SOAP_FAULT_GET_EXCEPTION(fault, env) \
         ((fault)->ops->get_exception(fault, env))