Author: damitha
Date: Wed Feb 27 22:23:13 2008
New Revision: 631865
URL: http://svn.apache.org/viewvc?rev=631865&view=rev
Log: (empty)
Modified:
webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c
Modified:
webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c?rev=631865&r1=631864&r2=631865&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c
(original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c Wed
Feb 27 22:23:13 2008
@@ -399,7 +399,7 @@
sandesha2_app_msg_processor_send_ack_if_reqd(env,
rm_msg_ctx, bean_value, storage_mgr, sender_mgr,
seq_prop_mgr);
- sandesha2_app_msg_processor_free(app_msg_processor, env);
+ sandesha2_msg_processor_free(app_msg_processor, env);
}
}
}
@@ -477,7 +477,7 @@
app_msg_processor = sandesha2_app_msg_processor_create(env);
sandesha2_app_msg_processor_send_ack_if_reqd(env, rm_msg_ctx,
rcvd_msgs_str, storage_mgr, sender_mgr, seq_prop_mgr);
- sandesha2_app_msg_processor_free(app_msg_processor, env);
+ sandesha2_msg_processor_free(app_msg_processor, env);
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]