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 sa...@apache.org on 2005/11/28 06:32:31 UTC

svn commit: r349377 - in /webservices/axis2/trunk/c/modules/xml/parser/guththila/src: axis2_guththila_wrapper.c guththila_xml_writer_wrapper.c

Author: samisa
Date: Sun Nov 27 21:32:20 2005
New Revision: 349377

URL: http://svn.apache.org/viewcvs?rev=349377&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/xml/parser/guththila/src/axis2_guththila_wrapper.c
    webservices/axis2/trunk/c/modules/xml/parser/guththila/src/guththila_xml_writer_wrapper.c

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/src/axis2_guththila_wrapper.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/src/axis2_guththila_wrapper.c?rev=349377&r1=349376&r2=349377&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/src/axis2_guththila_wrapper.c (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/src/axis2_guththila_wrapper.c Sun Nov 27 21:32:20 2005
@@ -328,6 +328,11 @@
     guththila_impl->parser.ops->xml_free = axis2_guththila_wrapper_xml_free;
     return &(guththila_impl->parser);
 }
+
+                               
+
+
+
 int AXIS2_CALL 
 axis2_guththila_wrapper_next(axis2_pull_parser_t *parser,
                              axis2_env_t **env)

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/src/guththila_xml_writer_wrapper.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/src/guththila_xml_writer_wrapper.c?rev=349377&r1=349376&r2=349377&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/src/guththila_xml_writer_wrapper.c (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/src/guththila_xml_writer_wrapper.c Sun Nov 27 21:32:20 2005
@@ -312,13 +312,19 @@
             guththila_xml_writer_wrapper_set_default_prefix;
     writer_impl->writer.ops->write_encoded = 
             guththila_xml_writer_wrapper_write_encoded;    
-    
-    
-    
-    
-    
     return &(writer_impl->writer);
 }
+
+AXIS2_DECLARE(axis2_xml_writer_t *)
+axis2_xml_writer_create_for_memory(axis2_env_t **env,
+                                   char **buffer,
+                                   axis2_char_t *encoding,
+                                   int is_prefix_default,
+                                   int compression)
+{
+    printf(" not implemented yet");
+    return NULL;
+}                                   
 
 axis2_status_t AXIS2_CALL 
 guththila_xml_writer_wrapper_free(axis2_xml_writer_t *writer,