Author: damitha
Date: Wed Jan 23 03:36:44 2008
New Revision: 614502

URL: http://svn.apache.org/viewvc?rev=614502&view=rev
Log:
Making work on Windows

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_ack_none.h
    webservices/sandesha/trunk/c/include/sandesha2_ack_range.h
    webservices/sandesha/trunk/c/include/sandesha2_ack_requested.h
    webservices/sandesha/trunk/c/include/sandesha2_acks_to.h
    webservices/sandesha/trunk/c/include/sandesha2_address.h
    webservices/sandesha/trunk/c/include/sandesha2_close_seq.h
    webservices/sandesha/trunk/c/include/sandesha2_close_seq_res.h
    webservices/sandesha/trunk/c/include/sandesha2_fault_code.h
    webservices/sandesha/trunk/c/include/sandesha2_last_msg.h
    webservices/sandesha/trunk/c/include/sandesha2_msg_number.h
    webservices/sandesha/trunk/c/include/sandesha2_nack.h
    webservices/sandesha/trunk/c/include/sandesha2_terminate_seq.h
    webservices/sandesha/trunk/c/include/sandesha2_terminate_seq_res.h
    webservices/sandesha/trunk/c/src/wsrm/ack_none.c
    webservices/sandesha/trunk/c/src/wsrm/ack_range.c
    webservices/sandesha/trunk/c/src/wsrm/ack_requested.c
    webservices/sandesha/trunk/c/src/wsrm/acks_to.c
    webservices/sandesha/trunk/c/src/wsrm/address.c
    webservices/sandesha/trunk/c/src/wsrm/close_seq.c
    webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c
    webservices/sandesha/trunk/c/src/wsrm/create_seq.c
    webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c
    webservices/sandesha/trunk/c/src/wsrm/fault_code.c
    webservices/sandesha/trunk/c/src/wsrm/last_msg.c
    webservices/sandesha/trunk/c/src/wsrm/msg_number.c
    webservices/sandesha/trunk/c/src/wsrm/nack.c
    webservices/sandesha/trunk/c/src/wsrm/rm_elements.c
    webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c
    webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c

Modified: webservices/sandesha/trunk/c/include/sandesha2_ack_none.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_ack_none.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_ack_none.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_ack_none.h Wed Jan 23 
03:36:44 2008
@@ -25,6 +25,7 @@
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>
 #include <sandesha2_error.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -56,6 +57,19 @@
 sandesha2_ack_none_get_namespace_value(
     sandesha2_ack_none_t *ack_none,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_ack_none_from_om_node(
+    sandesha2_ack_none_t *ack_none,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_ack_none_to_om_node(
+    sandesha2_ack_none_t *ack_none,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_ack_range.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_ack_range.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_ack_range.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_ack_range.h Wed Jan 23 
03:36:44 2008
@@ -24,6 +24,7 @@
 
 #include <sandesha2_error.h>
 #include <axutil_env.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -85,6 +86,19 @@
 sandesha2_ack_range_get_namespace_value(
     sandesha2_ack_range_t *ack_range,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_ack_range_from_om_node(
+    sandesha2_ack_range_t *ack_range,
+       const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_ack_range_to_om_node(
+    sandesha2_ack_range_t *ack_range,
+       const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_ack_requested.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_ack_requested.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_ack_requested.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_ack_requested.h Wed Jan 23 
03:36:44 2008
@@ -25,6 +25,7 @@
 #include <sandesha2_identifier.h>
 #include <sandesha2_msg_number.h>
 #include <sandesha2_error.h>
+#include <axiom_node.h>
 
 #ifdef __cplusplus
 extern "C"
@@ -102,6 +103,12 @@
    sandesha2_ack_requested_t *ack_requested,
    const axutil_env_t *env, 
    axiom_soap_envelope_t *envelope);
+
+axiom_node_t* AXIS2_CALL 
+sandesha2_ack_requested_to_om_node(
+    sandesha2_ack_requested_t *element,
+    const axutil_env_t *env, 
+    void *om_node);
 
 /** @} */
 #ifdef __cplusplus

Modified: webservices/sandesha/trunk/c/include/sandesha2_acks_to.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_acks_to.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_acks_to.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_acks_to.h Wed Jan 23 
03:36:44 2008
@@ -71,6 +71,19 @@
 sandesha2_acks_to_get_namespace_value(
     sandesha2_acks_to_t *acks_to,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_acks_to_from_om_node(
+    sandesha2_acks_to_t *acks_to,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_acks_to_to_om_node(
+    sandesha2_acks_to_t *acks_to,
+       const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_address.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_address.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_address.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_address.h Wed Jan 23 
03:36:44 2008
@@ -71,6 +71,18 @@
     sandesha2_address_t *address,
     const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_address_from_om_node(
+    sandesha2_address_t *address,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_address_to_om_node(
+    sandesha2_address_t *address,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_close_seq.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_close_seq.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_close_seq.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_close_seq.h Wed Jan 23 
03:36:44 2008
@@ -83,6 +83,18 @@
     sandesha2_close_seq_t *close_seq,
        const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_close_seq_from_om_node(
+    sandesha2_close_seq_t *close_seq,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_close_seq_to_om_node(
+    sandesha2_close_seq_t *close_seq,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_close_seq_res.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_close_seq_res.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_close_seq_res.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_close_seq_res.h Wed Jan 23 
03:36:44 2008
@@ -83,6 +83,18 @@
     sandesha2_close_seq_res_t *close_seq_res, 
     const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_close_seq_res_from_om_node(
+    sandesha2_close_seq_res_t *close_seq_res,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_close_seq_res_to_om_node(
+    sandesha2_close_seq_res_t *close_seq_res,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_fault_code.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_fault_code.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_fault_code.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_fault_code.h Wed Jan 23 
03:36:44 2008
@@ -25,6 +25,7 @@
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>
 #include <sandesha2_error.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -69,6 +70,18 @@
     sandesha2_fault_code_t *fault_code,
     const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_fault_code_from_om_node(
+    sandesha2_fault_code_t *fault_code,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_fault_code_to_om_node(
+    sandesha2_fault_code_t *fault_code,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_last_msg.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_last_msg.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_last_msg.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_last_msg.h Wed Jan 23 
03:36:44 2008
@@ -25,6 +25,7 @@
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>
 #include <sandesha2_error.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -63,6 +64,17 @@
     sandesha2_last_msg_t *last_msg,
        const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_last_msg_from_om_node(
+    sandesha2_last_msg_t *last_msg,
+       const axutil_env_t *env, axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_last_msg_to_om_node(
+    sandesha2_last_msg_t *last_msg,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_msg_number.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_msg_number.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_msg_number.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_msg_number.h Wed Jan 23 
03:36:44 2008
@@ -24,6 +24,7 @@
 
 #include <sandesha2_error.h>
 #include <axutil_env.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -77,6 +78,19 @@
 sandesha2_msg_number_get_msg_num(
     sandesha2_msg_number_t *msg_num,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_msg_number_from_om_node(
+    sandesha2_msg_number_t *msg_num,
+       const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_msg_number_to_om_node(
+    sandesha2_msg_number_t *msg_num,
+       const axutil_env_t *env, 
+    void *om_node);
+
 
 /** @} */
 #ifdef __cplusplus

Modified: webservices/sandesha/trunk/c/include/sandesha2_nack.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_nack.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_nack.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_nack.h Wed Jan 23 03:36:44 
2008
@@ -24,6 +24,7 @@
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>
 #include <sandesha2_error.h>
+#include <axiom_node.h>
 
 
 #ifdef __cplusplus
@@ -61,6 +62,30 @@
 sandesha2_nack_get_namespace_value(
     sandesha2_nack_t *nack,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_nack_from_om_node(
+    sandesha2_nack_t *nack,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_nack_to_om_node(
+    sandesha2_nack_t *nack,
+    const axutil_env_t *env,
+    void *om_node);
+                       
+long AXIS2_CALL
+sandesha2_nack_get_nack_num(
+    sandesha2_nack_t *nack,
+    const axutil_env_t *env);
+
+axis2_status_t AXIS2_CALL                 
+sandesha2_nack_set_nack_num(
+    sandesha2_nack_t *nack,
+    const axutil_env_t *env, 
+    long value);
+
 
 /** @} */
 #ifdef __cplusplus

Modified: webservices/sandesha/trunk/c/include/sandesha2_terminate_seq.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_terminate_seq.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_terminate_seq.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_terminate_seq.h Wed Jan 23 
03:36:44 2008
@@ -82,6 +82,18 @@
     sandesha2_terminate_seq_t *terminate_seq,
     const axutil_env_t *env);
 
+void* AXIS2_CALL 
+sandesha2_terminate_seq_from_om_node(
+    sandesha2_terminate_seq_t *terminate_seq,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_terminate_seq_to_om_node(
+    sandesha2_terminate_seq_t *terminate_seq,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/include/sandesha2_terminate_seq_res.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_terminate_seq_res.h?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_terminate_seq_res.h 
(original)
+++ webservices/sandesha/trunk/c/include/sandesha2_terminate_seq_res.h Wed Jan 
23 03:36:44 2008
@@ -82,6 +82,19 @@
 sandesha2_terminate_seq_res_get_namespace_value (
     sandesha2_terminate_seq_res_t *terminate_seq_res,
        const axutil_env_t *env);
+
+void* AXIS2_CALL 
+sandesha2_terminate_seq_res_from_om_node(
+    sandesha2_terminate_seq_res_t *terminate_seq_res,
+    const axutil_env_t *env, 
+    axiom_node_t *om_node);
+    
+axiom_node_t* AXIS2_CALL 
+sandesha2_terminate_seq_res_to_om_node(
+    sandesha2_terminate_seq_res_t *terminate_seq_res,
+    const axutil_env_t *env, 
+    void *om_node);
+ 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/src/wsrm/ack_none.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_none.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/ack_none.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/ack_none.c Wed Jan 23 03:36:44 2008
@@ -27,27 +27,11 @@
        axis2_char_t *ns_val;
 };
 
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_ack_none_from_om_node(
-    sandesha2_ack_none_t *ack_none,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_ack_none_to_om_node(
-    sandesha2_ack_none_t *ack_none,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_ack_none_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_ack_none_t * AXIS2_CALL
 sandesha2_ack_none_create(
     const axutil_env_t *env, 
@@ -166,7 +150,7 @@
     return (axiom_node_t*)om_node;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_ack_none_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/ack_range.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_range.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/ack_range.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/ack_range.c Wed Jan 23 03:36:44 2008
@@ -31,28 +31,12 @@
        axis2_char_t *ns_val;
     axis2_char_t *prefix;
 };
-
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_ack_range_from_om_node(
-    sandesha2_ack_range_t *ack_range,
-       const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_ack_range_to_om_node(
-    sandesha2_ack_range_t *ack_range,
-       const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_ack_range_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_ack_range_t* AXIS2_CALL 
 sandesha2_ack_range_create(
     const axutil_env_t *env,  
@@ -267,7 +251,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_ack_range_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/ack_requested.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_requested.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/ack_requested.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/ack_requested.c Wed Jan 23 03:36:44 
2008
@@ -30,13 +30,7 @@
        axis2_bool_t must_understand;
        axis2_char_t *ns_val;
 };
- 
-static axiom_node_t* AXIS2_CALL 
-sandesha2_ack_requested_to_om_node(
-    sandesha2_ack_requested_t *element,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
+       
 static axis2_bool_t AXIS2_CALL 
 sandesha2_ack_requested_is_namespace_supported(
     const axutil_env_t *env, 
@@ -156,8 +150,7 @@
     return ack_requested;
 }
 
-
-static axiom_node_t* AXIS2_CALL 
+axiom_node_t* AXIS2_CALL 
 sandesha2_ack_requested_to_om_node(
     sandesha2_ack_requested_t *ack_requested,
     const axutil_env_t *env, 

Modified: webservices/sandesha/trunk/c/src/wsrm/acks_to.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/acks_to.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/acks_to.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/acks_to.c Wed Jan 23 03:36:44 2008
@@ -29,27 +29,12 @@
        axis2_char_t *rm_ns_val;
 };
 
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_acks_to_from_om_node(
-    sandesha2_acks_to_t *acks_to,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_acks_to_to_om_node(
-    sandesha2_acks_to_t *acks_to,
-       const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_acks_to_is_namespace_supported(
        const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_acks_to_t* AXIS2_CALL
 sandesha2_acks_to_create(
     const axutil_env_t *env, 
@@ -213,7 +198,7 @@
     return AXIS2_SUCCESS;
 }
     
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_acks_to_is_namespace_supported(
        const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/address.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/address.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/address.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/address.c Wed Jan 23 03:36:44 2008
@@ -28,27 +28,11 @@
        axis2_endpoint_ref_t *epr;
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_address_from_om_node(
-    sandesha2_address_t *address,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_address_to_om_node(
-    sandesha2_address_t *address,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+/*static axis2_bool_t AXIS2_CALL 
 sandesha2_address_is_namespace_supported(
        const axutil_env_t *env, 
-    axis2_char_t *namespace);
-
-/***************************** End of function headers 
************************/
+    axis2_char_t *namespace);*/
 
 AXIS2_EXTERN sandesha2_address_t* AXIS2_CALL
 sandesha2_address_create(
@@ -206,7 +190,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+/*static axis2_bool_t AXIS2_CALL 
 sandesha2_address_is_namespace_supported(
        const axutil_env_t *env, 
     axis2_char_t *namespace)
@@ -220,6 +204,6 @@
         return AXIS2_TRUE;
     }
     return AXIS2_FALSE;
-}
+}*/
 
 

Modified: webservices/sandesha/trunk/c/src/wsrm/close_seq.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/close_seq.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/close_seq.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/close_seq.c Wed Jan 23 03:36:44 2008
@@ -27,24 +27,11 @@
        sandesha2_identifier_t *identifier;
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-void* AXIS2_CALL 
-sandesha2_close_seq_from_om_node(
-    sandesha2_close_seq_t *close_seq,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_close_seq_to_om_node(
-    sandesha2_close_seq_t *close_seq,
-    const axutil_env_t *env, void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_close_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
-/***************************** End of function headers 
************************/
 
 AXIS2_EXTERN sandesha2_close_seq_t* AXIS2_CALL
 sandesha2_close_seq_create(
@@ -229,7 +216,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_close_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c Wed Jan 23 03:36:44 
2008
@@ -29,26 +29,11 @@
        sandesha2_identifier_t *identifier;
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_close_seq_res_from_om_node(
-    sandesha2_close_seq_res_t *close_seq_res,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_close_seq_res_to_om_node(
-    sandesha2_close_seq_res_t *close_seq_res,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_close_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
-/***************************** End of function headers 
************************/
 
 AXIS2_EXTERN sandesha2_close_seq_res_t* AXIS2_CALL
 sandesha2_close_seq_res_create(
@@ -235,7 +220,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_close_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/create_seq.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/create_seq.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/create_seq.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/create_seq.c Wed Jan 23 03:36:44 2008
@@ -32,7 +32,7 @@
        axis2_char_t *addr_ns_val;
 };
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_create_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
@@ -309,7 +309,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_create_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c Wed Jan 23 03:36:44 
2008
@@ -31,7 +31,7 @@
     axis2_char_t *addr_ns_val;
 };
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_create_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
@@ -316,7 +316,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_create_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/fault_code.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/fault_code.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/fault_code.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/fault_code.c Wed Jan 23 03:36:44 2008
@@ -28,27 +28,12 @@
        axis2_char_t *str_fault_code;
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-void* AXIS2_CALL 
-sandesha2_fault_code_from_om_node(
-    sandesha2_fault_code_t *fault_code,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_fault_code_to_om_node(
-    sandesha2_fault_code_t *fault_code,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_fault_code_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_fault_code_t* AXIS2_CALL
 sandesha2_fault_code_create(
     const axutil_env_t *env,  
@@ -216,7 +201,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_fault_code_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/last_msg.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/last_msg.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/last_msg.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/last_msg.c Wed Jan 23 03:36:44 2008
@@ -28,27 +28,12 @@
 {
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_last_msg_from_om_node(
-    sandesha2_last_msg_t *last_msg,
-       const axutil_env_t *env, axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_last_msg_to_om_node(
-    sandesha2_last_msg_t *last_msg,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_last_msg_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_last_msg_t* AXIS2_CALL
 sandesha2_last_msg_create(
     const axutil_env_t *env, 
@@ -178,7 +163,7 @@
     return (axiom_node_t*)om_node;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_last_msg_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/msg_number.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/msg_number.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/msg_number.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/msg_number.c Wed Jan 23 03:36:44 2008
@@ -31,25 +31,11 @@
        axis2_char_t *ns_val;
 };
 
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_msg_number_from_om_node(
-    sandesha2_msg_number_t *msg_num,
-       const axutil_env_t *env, axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_msg_number_to_om_node(
-    sandesha2_msg_number_t *msg_num,
-       const axutil_env_t *env, void *om_node);
-
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_msg_number_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_msg_number_t* AXIS2_CALL
 sandesha2_msg_number_create(
     const axutil_env_t *env,  
@@ -221,7 +207,7 @@
        return AXIS2_SUCCESS;
 }
     
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_msg_number_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/nack.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/nack.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/nack.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/nack.c Wed Jan 23 03:36:44 2008
@@ -30,38 +30,11 @@
        axis2_char_t *ns_val;
 };
 
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_nack_from_om_node(
-    sandesha2_nack_t *nack,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_nack_to_om_node(
-    sandesha2_nack_t *nack,
-    const axutil_env_t *env,
-    void *om_node);
-                       
-long AXIS2_CALL
-sandesha2_nack_get_nack_num(
-    sandesha2_nack_t *nack,
-    const axutil_env_t *env);
-
-axis2_status_t AXIS2_CALL                 
-sandesha2_nack_set_nack_num(
-    sandesha2_nack_t *nack,
-    const axutil_env_t *env, 
-    long value);
-
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_nack_is_namespace_supported(
        const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_nack_t* AXIS2_CALL
 sandesha2_nack_create(
     const axutil_env_t *env, 
@@ -221,7 +194,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_nack_is_namespace_supported(
        const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/rm_elements.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/rm_elements.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/rm_elements.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/rm_elements.c Wed Jan 23 03:36:44 2008
@@ -343,7 +343,7 @@
     }
     if(rm_elements->close_seq_res)
     {
-        sandesha2_close_seq_to_om_node(rm_elements->close_seq_res, env, 
+        sandesha2_close_seq_res_to_om_node(rm_elements->close_seq_res, env, 
             body_node);
     }
     if(rm_elements->make_connection)

Modified: webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c Wed Jan 23 03:36:44 
2008
@@ -29,24 +29,10 @@
        axis2_char_t *ns_val;
 };
 
-/***************************** Function headers 
*******************************/
-void* AXIS2_CALL 
-sandesha2_terminate_seq_from_om_node(
-    sandesha2_terminate_seq_t *terminate_seq,
-    const axutil_env_t *env, 
-    axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_terminate_seq_to_om_node(
-    sandesha2_terminate_seq_t *terminate_seq,
-    const axutil_env_t *env, 
-    void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_terminate_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
-/***************************** End of function headers 
************************/
 
 AXIS2_EXTERN sandesha2_terminate_seq_t* AXIS2_CALL
 sandesha2_terminate_seq_create(const axutil_env_t *env,  axis2_char_t *ns_val)
@@ -224,7 +210,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_terminate_seq_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)

Modified: webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c?rev=614502&r1=614501&r2=614502&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c Wed Jan 23 
03:36:44 2008
@@ -28,26 +28,12 @@
        sandesha2_identifier_t *identifier;
        axis2_char_t *ns_val;
 };
-
-/***************************** Function headers 
*******************************/
-    
-void* AXIS2_CALL 
-sandesha2_terminate_seq_res_from_om_node(
-    sandesha2_terminate_seq_res_t *terminate_seq_res,
-    const axutil_env_t *env, axiom_node_t *om_node);
-    
-axiom_node_t* AXIS2_CALL 
-sandesha2_terminate_seq_res_to_om_node(
-    sandesha2_terminate_seq_res_t *terminate_seq_res,
-    const axutil_env_t *env, void *om_node);
-                       
-axis2_bool_t AXIS2_CALL 
+                       
+static axis2_bool_t AXIS2_CALL 
 sandesha2_terminate_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace);
 
-/***************************** End of function headers 
************************/
-
 AXIS2_EXTERN sandesha2_terminate_seq_res_t* AXIS2_CALL
 sandesha2_terminate_seq_res_create(
     const axutil_env_t *env,  
@@ -229,7 +215,7 @@
        return AXIS2_SUCCESS;
 }
 
-axis2_bool_t AXIS2_CALL 
+static axis2_bool_t AXIS2_CALL 
 sandesha2_terminate_seq_res_is_namespace_supported(
     const axutil_env_t *env, 
     axis2_char_t *namespace)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to