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 sa...@apache.org on 2007/09/14 03:23:22 UTC

svn commit: r575508 - /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl

Author: samisa
Date: Thu Sep 13 18:23:21 2007
New Revision: 575508

URL: http://svn.apache.org/viewvc?rev=575508&view=rev
Log:
Replaced axutil_utils.h with axis2_util.h, which is the correct header to be included

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl

Modified: webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl?rev=575508&r1=575507&r2=575508&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl Thu Sep 13 18:23:21 2007
@@ -86,7 +86,7 @@
 
         #include <stdio.h>
         #include <axiom.h>
-        #include <axutil_utils.h>
+        #include <axis2_util.h>
         #include <axiom_soap.h>
         #include <axis2_client.h>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org