Author: nandika
Date: Fri Nov 20 11:53:07 2009
New Revision: 882522

URL: http://svn.apache.org/viewvc?rev=882522&view=rev
Log:
missing header file inclusion added

Modified:
    webservices/sandesha/trunk/c/src/msgprocessors/close_seq_msg_processor.c
    webservices/sandesha/trunk/c/src/msgprocessors/close_seq_res_msg_processor.c

Modified: 
webservices/sandesha/trunk/c/src/msgprocessors/close_seq_msg_processor.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/close_seq_msg_processor.c?rev=882522&r1=882521&r2=882522&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/close_seq_msg_processor.c 
(original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/close_seq_msg_processor.c 
Fri Nov 20 11:53:07 2009
@@ -30,6 +30,7 @@
 #include <sandesha2_utils.h>
 #include <sandesha2_msg_ctx.h>
 #include <axis2_msg_ctx.h>
+#include <axis2_http_transport_utils.h>
 #include <axutil_string.h>
 #include <axis2_engine.h>
 #include <axiom_soap_const.h>

Modified: 
webservices/sandesha/trunk/c/src/msgprocessors/close_seq_res_msg_processor.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/close_seq_res_msg_processor.c?rev=882522&r1=882521&r2=882522&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/c/src/msgprocessors/close_seq_res_msg_processor.c 
(original)
+++ 
webservices/sandesha/trunk/c/src/msgprocessors/close_seq_res_msg_processor.c 
Fri Nov 20 11:53:07 2009
@@ -24,8 +24,10 @@
 #include <sandesha2_permanent_create_seq_mgr.h>
 #include <sandesha2_permanent_sender_mgr.h>
 #include <sandesha2_constants.h>
+#include <sandesha2_terminate_mgr.h>
 #include <axis2_conf_ctx.h>
 #include <sandesha2_utils.h>
+#include <axis2_http_transport_utils.h>
 
 /** 
  * @brief Close Sequence Response Message Processor struct impl



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to