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/12/06 08:49:00 UTC

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

Author: samisa
Date: Mon Dec  5 23:48:50 2005
New Revision: 354349

URL: http://svn.apache.org/viewcvs?rev=354349&view=rev
Log:
implemented unimplemented function axis2_xml_writer_create_for_memory

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

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=354349&r1=354348&r2=354349&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 Mon Dec  5 23:48:50 2005
@@ -207,7 +207,7 @@
     axis2_xml_writer_t writer;
     guththila_xml_stream_writer_t *guththila_writer;
     guththila_environment_t *guththila_env;
-    
+     
 }guththila_xml_writer_wrapper_impl_t;
 
 
@@ -329,8 +329,8 @@
                                    int is_prefix_default,
                                    int compression)
 {
-    printf(" not implemented yet");
-    return NULL;
+    
+    return axis2_xml_writer_create(env, NULL, encoding, is_prefix_default, compression);
 }                                   
 
 axis2_status_t AXIS2_CALL 
@@ -785,6 +785,6 @@
 guththila_xml_writer_wrapper_get_xml(axis2_xml_writer_t *writer,
                                      axis2_env_t **env)
 {
-    printf(" not implemented yet ");
+    return NULL;
 }