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/14 05:20:04 UTC

svn commit: r356727 - /webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c

Author: samisa
Date: Tue Dec 13 20:19:58 2005
New Revision: 356727

URL: http://svn.apache.org/viewcvs?rev=356727&view=rev
Log:
More fixes

Modified:
    webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c

Modified: webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c?rev=356727&r1=356726&r2=356727&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c (original)
+++ webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c Tue Dec 13 20:19:58 2005
@@ -1407,14 +1407,15 @@
                                             axis2_char_t *key, axis2_char_t *module_name, 
                                             axis2_handler_desc_t *handler_desc) 
 {
-    axis2_msg_ctx_impl_t *msg_ctx_impl = NULL;
+/** NOTE: This method is not used in anywhere, hence can be removed*/
+    /*axis2_msg_ctx_impl_t *msg_ctx_impl = NULL;
     axis2_param_t *param = NULL;
     axis2_module_desc_t *module_desc = NULL;
     axis2_qname_t *qname = NULL;
-    axis2_conf_t *conf = NULL;
+    axis2_conf_t *conf = NULL;*/
     
     AXIS2_FUNC_PARAM_CHECK(msg_ctx, env, AXIS2_FAILURE);
-    AXIS2_PARAM_CHECK((*env)->error, module_name, AXIS2_FAILURE);
+    /*AXIS2_PARAM_CHECK((*env)->error, module_name, AXIS2_FAILURE);
     
     msg_ctx_impl = AXIS2_INTF_TO_IMPL(msg_ctx);
     
@@ -1528,6 +1529,8 @@
     param = AXIS2_HANDLER_DESC_GET_PARAM(handler_desc, env, key);
     
     return param;
+    */
+    return NULL;
 }
 
 void* AXIS2_CALL axis2_msg_ctx_get_property(struct axis2_msg_ctx *msg_ctx,