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/23 10:00:33 UTC

svn commit: r358777 - /webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h

Author: samisa
Date: Fri Dec 23 01:00:28 2005
New Revision: 358777

URL: http://svn.apache.org/viewcvs?rev=358777&view=rev
Log:
Fixed few bugs

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h

Modified: webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h?rev=358777&r1=358776&r2=358777&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h Fri Dec 23 01:00:28 2005
@@ -88,9 +88,9 @@
     
 /************************** Start of function macros **************************/
 
-#define AXIS2_LISTNER_MANAGER_MAKE_SURE_STARTED(listener_manager, env, transport, conf_ctx) ((listener_manager)->ops->axis2_listener_manager_make_sure_started(listener_manager, env, transport, conf_ctx))
-#define AXIS2_LISTNER_MANAGER_STOP(listener_manager, env, transport) ((listener_manager)->ops->axis2_listener_manager_stop(listener_manager, env, transport))
-#define AXIS2_LISTNER_MANAGER_REPLY_TO_EPR(listener_manager, env, svc_name, transport) ((listener_manager)->ops->axis2_listener_manager_reply_to_epr(listener_manager, env, svc_name, transport))
+#define AXIS2_LISTNER_MANAGER_MAKE_SURE_STARTED(listener_manager, env, transport, conf_ctx) ((listener_manager)->ops->make_sure_started(listener_manager, env, transport, conf_ctx))
+#define AXIS2_LISTNER_MANAGER_STOP(listener_manager, env, transport) ((listener_manager)->ops->stop(listener_manager, env, transport))
+#define AXIS2_LISTNER_MANAGER_REPLY_TO_EPR(listener_manager, env, svc_name, transport) ((listener_manager)->ops->reply_to_epr(listener_manager, env, svc_name, transport))
 #define AXIS2_LISTNER_MANAGER_FREE(listener_manager, env) ((listener_manager)->ops->free(listener_manager, env))
 
 /************************** End of function macros ****************************/