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 di...@apache.org on 2008/04/16 07:51:50 UTC

svn commit: r648535 - /webservices/axis2/trunk/c/guththila/include/guththila.h

Author: dinesh
Date: Tue Apr 15 22:51:49 2008
New Revision: 648535

URL: http://svn.apache.org/viewvc?rev=648535&view=rev
Log:
defined AXIS2_GUTHTHILA_ENABLED in guththila.h

Modified:
    webservices/axis2/trunk/c/guththila/include/guththila.h

Modified: webservices/axis2/trunk/c/guththila/include/guththila.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/include/guththila.h?rev=648535&r1=648534&r2=648535&view=diff
==============================================================================
--- webservices/axis2/trunk/c/guththila/include/guththila.h (original)
+++ webservices/axis2/trunk/c/guththila/include/guththila.h Tue Apr 15 22:51:49 2008
@@ -18,6 +18,10 @@
 #ifndef GUTHTHILA_H
 #define GUTHTHILA_H
 
+#ifndef AXIS2_GUTHTHILA_ENABLED
+#define AXIS2_GUTHTHILA_ENABLED
+#endif  /* AXIS2_GUTHTHILA_ENABLED */
+
 #include <guththila_defines.h>
 #include <guththila_token.h>
 #include <guththila_reader.h>
@@ -56,6 +60,7 @@
 	type_reader, 
 	type_io
 } guththila_type_t;
+
 enum guththila_event_types
 {
     GUTHTHILA_START_DOCUMENT =0, 
@@ -67,6 +72,7 @@
 	GUTHTHILA_START_ELEMENT,
     GUTHTHILA_EMPTY_ELEMENT
 };
+
 typedef struct guththila_s
 {
 
@@ -108,6 +114,7 @@
 
     guththila_token_t *temp_tok;
 } guththila_t;
+
 
 typedef struct guththila_elem_namesp_s
 {



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