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 mi...@apache.org on 2007/06/25 16:12:27 UTC

svn commit: r550507 - /webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Author: milinda
Date: Mon Jun 25 07:12:26 2007
New Revision: 550507

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

Modified:
    webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Modified: webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c?view=diff&rev=550507&r1=550506&r2=550507
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c Mon Jun 25 07:12:26 2007
@@ -245,7 +245,7 @@
     const char *encoding)
 {
     guththila_xml_reader_wrapper_impl_t *guththila_impl = NULL;
-    //axutil_allocator_t *allocator = NULL;
+    /*axutil_allocator_t *allocator = NULL;*/
     guththila_t *guththila = NULL;
 
     AXIS2_ENV_CHECK(env, NULL);
@@ -259,7 +259,7 @@
         return NULL;
     }
 
-    //allocator = axutil_allocator_init(NULL);
+    /*allocator = axutil_allocator_init(NULL);*/
 
     /*-------difference of two create function is here--------*/
     guththila_impl->reader =
@@ -326,7 +326,7 @@
     int type)
 {
     guththila_xml_reader_wrapper_impl_t *guththila_impl = NULL;
-    //axutil_allocator_t *allocator = NULL;
+    /*axutil_allocator_t *allocator = NULL;*/
     guththila_t *guththila = NULL;
 
     AXIS2_ENV_CHECK(env, NULL);
@@ -340,7 +340,7 @@
         return NULL;
     }
 
-    //allocator = axutil_allocator_init(NULL);
+    /*allocator = axutil_allocator_init(NULL);*/
 
     /*-------difference of two create function is here--------*/
     guththila_impl->reader =



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