You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by na...@apache.org on 2007/04/17 11:15:48 UTC

svn commit: r529535 - /webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c

Author: nandika
Date: Tue Apr 17 02:15:44 2007
New Revision: 529535

URL: http://svn.apache.org/viewvc?view=rev&rev=529535
Log:
compile error fixed

Modified:
    webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c

Modified: webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c?view=diff&rev=529535&r1=529534&r2=529535
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c (original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c Tue Apr 17 02:15:44 2007
@@ -132,11 +132,12 @@
     else
     {
         int size = -1, i = 0;
+		axis2_bool_t found = AXIS2_FALSE;
+		axutil_array_list_t *mod_qnames = NULL;
         axutil_qname_t *mod_qname = axutil_qname_create(env, "sandesha2", NULL, NULL);
-        axutil_array_list_t *mod_qnames = (axutil_array_list_t *)
-            axis2_svc_get_all_module_qnames(svc, env);
+		mod_qnames = (axutil_array_list_t *)axis2_svc_get_all_module_qnames(svc, env);
         size = axutil_array_list_size(mod_qnames, env);
-        axis2_bool_t found = AXIS2_FALSE;
+        
         for (i = 0; i < size; i++)
         {
             axutil_qname_t *qname = NULL;



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