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/07 05:44:33 UTC

svn commit: r354707 - /webservices/axis2/trunk/c/include/axis2_handler.h

Author: samisa
Date: Tue Dec  6 20:44:27 2005
New Revision: 354707

URL: http://svn.apache.org/viewcvs?rev=354707&view=rev
Log:
Removed set invoke

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

Modified: webservices/axis2/trunk/c/include/axis2_handler.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_handler.h?rev=354707&r1=354706&r2=354707&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_handler.h (original)
+++ webservices/axis2/trunk/c/include/axis2_handler.h Tue Dec  6 20:44:27 2005
@@ -75,22 +75,9 @@
         * @param msgContext the <code>axis2_context_message</code> to process with this
         *                   <code>Handler</code>.
         */
-        axis2_status_t (AXIS2_CALL *invoke) (struct axis2_handler * handler, 
+        axis2_status_t (AXIS2_CALL *invoke) (struct axis2_handler * handler,
                                              axis2_env_t **env,
                                              struct axis2_msg_ctx *msg_ctx);
-      /**
-        * set invoke can be used to set the invoke method to be called in a 
-        * handler invokation. The deriving struct should implement the 
-        * invoke method and use this method to set the function pointer
-        *
-        * @param 
-        */
-        axis2_status_t (AXIS2_CALL *set_invoke) (struct axis2_handler * handler, 
-                                             axis2_env_t **env,
-                                             axis2_status_t (AXIS2_CALL *invoke_func_ptr) (struct axis2_handler*, 
-                                             axis2_env_t**,
-                                             struct axis2_msg_ctx*));
-
 
       /**
         * Method getName