You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2008/10/07 07:45:18 UTC

svn commit: r702354 - /webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Author: damitha
Date: Mon Oct  6 22:45:17 2008
New Revision: 702354

URL: http://svn.apache.org/viewvc?rev=702354&view=rev
Log:
Set the parent of the operation

Modified:
    webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=702354&r1=702353&r2=702354&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Mon Oct  6 22:45:17 2008
@@ -561,6 +561,7 @@
     svc_ctx = axis2_msg_ctx_get_svc_ctx(ref_msg, env);
     op = axis2_msg_ctx_get_op(ref_msg, env);
     op_new = axis2_op_create(env);
+    axis2_op_set_parent(op_new, env, axis2_op_get_parent(op, env));
     axis2_op_set_msg_exchange_pattern(op_new, env, axis2_op_get_msg_exchange_pattern(op, env));
     axis2_op_set_out_flow(op_new, env, axis2_op_get_out_flow(op, env));
     axis2_op_set_in_flow(op_new, env, axis2_op_get_in_flow(op, env));



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org