You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2006/11/09 12:37:20 UTC

svn commit: r472871 - in /webservices/sandesha/trunk/c/src/util: msg_init.c sandesha2_utils.c

Author: damitha
Date: Thu Nov  9 03:37:19 2006
New Revision: 472871

URL: http://svn.apache.org/viewvc?view=rev&rev=472871
Log:
Fixed typo

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

Modified: webservices/sandesha/trunk/c/src/util/msg_init.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/msg_init.c?view=diff&rev=472871&r1=472870&r2=472871
==============================================================================
--- webservices/sandesha/trunk/c/src/util/msg_init.c (original)
+++ webservices/sandesha/trunk/c/src/util/msg_init.c Thu Nov  9 03:37:19 2006
@@ -353,7 +353,7 @@
         sandesha2_identifier_t *idf = NULL;
         SANDESHA2_MSG_CTX_SET_MSG_TYPE(rm_msg_ctx, env, 
                 SANDESHA2_MSG_TYPE_CLOSE_SEQ_RESPONSE);
-        idf = sandesha2_close_res_seq_get_identifier(close_seq_res, env);
+        idf = sandesha2_close_seq_res_get_identifier(close_seq_res, env);
         seq_id = sandesha2_identifier_get_identifier(idf, env);
     }
     else

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?view=diff&rev=472871&r1=472870&r2=472871
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Thu Nov  9 03:37:19 2006
@@ -921,7 +921,7 @@
                         SANDESHA2_MSG_CTX_GET_MSG_PART(rm_msg_ctx, env, 
                         SANDESHA2_MSG_PART_CLOSE_SEQ_RESPONSE);
         seq_id = sandesha2_identifier_get_identifier(
-                        sandesha2_close_res_seq_get_identifier(close_seq_res, 
+                        sandesha2_close_seq_res_get_identifier(close_seq_res, 
                         env), env);
     }
     return seq_id;



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