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 pi...@apache.org on 2006/06/05 14:34:50 UTC

svn commit: r411769 - /webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h

Author: pini
Date: Mon Jun  5 05:34:50 2006
New Revision: 411769

URL: http://svn.apache.org/viewvc?rev=411769&view=rev
Log:
fixeing build break

Modified:
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h

Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h?rev=411769&r1=411768&r2=411769&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h (original)
+++ webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h Mon Jun  5 05:34:50 2006
@@ -102,7 +102,7 @@
  */
 AXIS2_EXTERN axis2_xml_schema_facet_t * AXIS2_CALL
 axis2_xml_schema_facet_create(const axis2_env_t *env,
-                              void *value,
+                              axis2_char_t *value,
                               axis2_bool_t fixed,
                               axis2_xml_schema_types_t type);
 



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