svn commit: r694715 - /webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
| Newsgroups | gmane.comp.apache.webservices.fx.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: damitha
Date: Fri Sep 12 08:43:47 2008
New Revision: 694715
URL: http://svn.apache.org/viewvc?rev=694715&view=rev
Log:
Add comment
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
Modified: webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c?rev=694715&r1=694714&r2=694715&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c Fri Sep 12 08:43:47 2008
@@ -2245,6 +2245,7 @@
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] transport:%d", transport);
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] Starting listener manager");
listener_manager = axis2_listener_manager_create(env);
+ /* TODO Need to call axis2_listener_manager_stop and clean listener manager */
status = axis2_listener_manager_make_sure_started(listener_manager, env,
transport, conf_ctx);