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/05/18 10:46:47 UTC

svn commit: r407505 - in /webservices/axis2/trunk/c/axiom/soap: soap11_builder_helper.c soap12_builder_helper.c soap_builder.c

Author: nandika
Date: Thu May 18 01:46:46 2006
New Revision: 407505

URL: http://svn.apache.org/viewvc?rev=407505&view=rev
Log:
fixed compilation problems

Modified:
    webservices/axis2/trunk/c/axiom/soap/soap11_builder_helper.c
    webservices/axis2/trunk/c/axiom/soap/soap12_builder_helper.c
    webservices/axis2/trunk/c/axiom/soap/soap_builder.c

Modified: webservices/axis2/trunk/c/axiom/soap/soap11_builder_helper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/soap/soap11_builder_helper.c?rev=407505&r1=407504&r2=407505&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/soap/soap11_builder_helper.c (original)
+++ webservices/axis2/trunk/c/axiom/soap/soap11_builder_helper.c Thu May 18 01:46:46 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
  
- #include <axis2_soap11_builder_helper.h>
+ #include "axis2_soap11_builder_helper.h"
  #include <axis2_om_stax_builder.h>
  #include <axis2_soap_builder.h>
  #include <axis2_soap_const.h>

Modified: webservices/axis2/trunk/c/axiom/soap/soap12_builder_helper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/soap/soap12_builder_helper.c?rev=407505&r1=407504&r2=407505&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/soap/soap12_builder_helper.c (original)
+++ webservices/axis2/trunk/c/axiom/soap/soap12_builder_helper.c Thu May 18 01:46:46 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
  
- #include <axis2_soap12_builder_helper.h>
+ #include "axis2_soap12_builder_helper.h"
  #include <axis2_array_list.h>
  #include "_axis2_soap_body.h"
  #include "_axis2_soap_fault.h"

Modified: webservices/axis2/trunk/c/axiom/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/soap/soap_builder.c?rev=407505&r1=407504&r2=407505&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/soap/soap_builder.c Thu May 18 01:46:46 2006
@@ -18,8 +18,8 @@
  #include <axis2_soap_message.h>
  #include "_axis2_soap_envelope.h"
  #include "_axis2_soap_header.h"
- #include <axis2_soap11_builder_helper.h>
- #include <axis2_soap12_builder_helper.h>
+ #include "axis2_soap11_builder_helper.h"
+ #include "axis2_soap12_builder_helper.h"
  #include <axis2_soap_const.h>
  #include "_axis2_soap_body.h"
  #include "_axis2_soap_header_block.h"