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 sa...@apache.org on 2005/12/29 04:54:17 UTC

svn commit: r359704 - in /webservices/axis2/trunk/c: include/axis2_soap_fault_text.h modules/xml/soap/src/axis2_soap_fault_text.c modules/xml/soap/src/axis2_soap_header.c

Author: samisa
Date: Wed Dec 28 19:54:09 2005
New Revision: 359704

URL: http://svn.apache.org/viewcvs?rev=359704&view=rev
Log:
Eliminated warnings

Modified:
    webservices/axis2/trunk/c/include/axis2_soap_fault_text.h
    webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_fault_text.c
    webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_header.c

Modified: webservices/axis2/trunk/c/include/axis2_soap_fault_text.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_fault_text.h?rev=359704&r1=359703&r2=359704&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_fault_text.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_fault_text.h Wed Dec 28 19:54:09 2005
@@ -139,4 +139,5 @@
 }
 #endif 
  
- #endif /* AXIS2_SOAP_FAULT_TEXT_H */
\ No newline at end of file
+#endif /* AXIS2_SOAP_FAULT_TEXT_H */
+

Modified: webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_fault_text.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_fault_text.c?rev=359704&r1=359703&r2=359704&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_fault_text.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_fault_text.c Wed Dec 28 19:54:09 2005
@@ -204,7 +204,7 @@
         AXIS2_FREE((*env)->allocator, fault_text->ops);
         fault_text->ops = NULL; 
     }    
-    if(fault_text_impl->lang_ns_used = AXIS2_FALSE && fault_text_impl->lang_namespace)
+    if(fault_text_impl->lang_ns_used == AXIS2_FALSE && fault_text_impl->lang_namespace)
     {
         AXIS2_OM_NAMESPACE_FREE(fault_text_impl->lang_namespace, env);
         fault_text_impl->lang_namespace = NULL;

Modified: webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_header.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_header.c?rev=359704&r1=359703&r2=359704&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_header.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/src/axis2_soap_header.c Wed Dec 28 19:54:09 2005
@@ -232,7 +232,7 @@
                                  axis2_env_t **env,
                                  axis2_char_t* param_role)
 {
-    AXIS3_FUNC_PARAM_CHECK(header, env, NULL);
+    AXIS2_FUNC_PARAM_CHECK(header, env, NULL);
     AXIS2_PARAM_CHECK((*env)->error, param_role, NULL);
     return AXIS2_INTF_TO_IMPL(header)->header_blocks;