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/09/27 15:28:25 UTC

svn commit: r450436 - /webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h

Author: nandika
Date: Wed Sep 27 06:28:23 2006
New Revision: 450436

URL: http://svn.apache.org/viewvc?view=rev&rev=450436
Log:
fixing a MACRO in a header

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

Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h?view=diff&rev=450436&r1=450435&r2=450436
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h (original)
+++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h Wed Sep 27 06:28:23 2006
@@ -255,9 +255,9 @@
       (((xml_schema_complex_type_t *) complex_type)->ops->\
           get_block_resolved(complex_type, env))
       
-#define XML_SCHEMA_COMPLEX_TYPE_GET_CONTENT_MODEL(complex_type, env, cnt_mtype) \
+#define XML_SCHEMA_COMPLEX_TYPE_GET_CONTENT_MODEL(complex_type, env) \
       (((xml_schema_complex_type_t *) complex_type)->ops->\
-          get_content_model(complex_type, env, cnt_mtype))   
+          get_content_model(complex_type, env))   
       
 #define XML_SCHEMA_COMPLEX_TYPE_SET_CONTENT_MODEL(complex_type, env, cnt_model) \
       (((xml_schema_complex_type_t *) complex_type)->ops->\



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