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 di...@apache.org on 2007/02/02 11:58:30 UTC

svn commit: r502572 - /webservices/axis2/trunk/c/include/axis2_msg_ctx.h

Author: dinesh
Date: Fri Feb  2 02:58:29 2007
New Revision: 502572

URL: http://svn.apache.org/viewvc?view=rev&rev=502572
Log:
remove redefinition of set_msg_info_headers

Modified:
    webservices/axis2/trunk/c/include/axis2_msg_ctx.h

Modified: webservices/axis2/trunk/c/include/axis2_msg_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_ctx.h?view=diff&rev=502572&r1=502571&r2=502572
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_ctx.h Fri Feb  2 02:58:29 2007
@@ -554,20 +554,6 @@
     axis2_msg_ctx_set_wsa_message_id(axis2_msg_ctx_t *msg_ctx,
         const axis2_env_t *env,
         const axis2_char_t *message_id);
-        
-        /**
-         * Sets message information headers.
-         * @param msg_ctx message context
-         * @param env pointer to environment struct
-         * @param msg_info_headers pointer to message information headers,
-         * message context assumes the ownership of the struct
-         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
-         */
-        axis2_status_t (AXIS2_CALL *
-                set_msg_info_headers)(
-                    axis2_msg_ctx_t *msg_ctx,
-                    const axis2_env_t *env,
-                    axis2_msg_info_headers_t *msg_info_headers);
 
     /**
      * Gets WS-Addressing message ID. 



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