You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/02/08 12:40:13 UTC

svn commit: r375939 - /webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c

Author: nandika
Date: Wed Feb  8 03:40:10 2006
New Revision: 375939

URL: http://svn.apache.org/viewcvs?rev=375939&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c

Modified: webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c?rev=375939&r1=375938&r2=375939&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c Wed Feb  8 03:40:10 2006
@@ -313,7 +313,7 @@
  */
 
 
-int axis2_get_instance(struct axis2_msg_recv **inst,
+AXIS2_EXPORT int axis2_get_instance(struct axis2_msg_recv **inst,
                         axis2_env_t **env)
 {
     *inst = axis2_raw_xml_in_out_msg_recv_create(env);
@@ -325,7 +325,7 @@
     return AXIS2_SUCCESS;
 }
 
-int axis2_remove_instance(axis2_svc_skeleton_t *inst,
+AXIS2_EXPORT int axis2_remove_instance(axis2_svc_skeleton_t *inst,
                             axis2_env_t **env)
 {
     axis2_status_t status = AXIS2_FAILURE;