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 pi...@apache.org on 2007/03/30 20:28:34 UTC

svn commit: r524225 [7/22] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/src/util/ include/ modules/core/addr/ modules/core/clientapi/ modules/core/context/ modules/...

Modified: webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -160,7 +160,7 @@
 woden_msg_ref_element_resolve_methods(
         woden_msg_ref_element_t *msg_ref_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_MSG_REG_ELEMENT_FREE(msg_ref_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_nc_name.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nc_name.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nc_name.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nc_name.h Fri Mar 30 11:28:18 2007
@@ -31,7 +31,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_uri.h>
 #include <woden.h>
 

Modified: webservices/axis2/trunk/c/woden/include/woden_nested_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nested_component.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nested_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nested_component.h Fri Mar 30 11:28:18 2007
@@ -35,7 +35,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <woden.h>
 #include <woden_wsdl_component.h>
 
@@ -92,7 +92,7 @@
 woden_nested_component_resolve_methods(
         woden_nested_component_t *nested_component,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_NESTED_COMPONENT_FREE(nested_component, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_nested_configurable.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nested_configurable.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nested_configurable.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nested_configurable.h Fri Mar 30 11:28:18 2007
@@ -63,7 +63,7 @@
             void *nested_configurable,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (
             void *nested_configurable,
             const axutil_env_t *env);
@@ -106,7 +106,7 @@
         woden_nested_configurable_t *nested_configurable,
         const axutil_env_t *env,
         woden_nested_configurable_t *nested_configurable_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 

Modified: webservices/axis2/trunk/c/woden/include/woden_nested_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nested_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nested_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nested_element.h Fri Mar 30 11:28:18 2007
@@ -38,7 +38,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <woden.h>
 #include <woden_wsdl_element.h>
@@ -97,7 +97,7 @@
 woden_nested_element_resolve_methods(
         woden_nested_element_t *nested_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_NESTED_ELEMENT_FREE(nested_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_property.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_property.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_property.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_property.h Fri Mar 30 11:28:18 2007
@@ -60,7 +60,7 @@
     free) (void *property,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *property,
             const axutil_env_t *env);
 
@@ -187,7 +187,7 @@
         woden_property_t *property,
         const axutil_env_t *env,
         woden_property_t *property_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_PROPERTY_FREE(property, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_property_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_property_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_property_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_property_element.h Fri Mar 30 11:28:18 2007
@@ -39,7 +39,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_generic_obj.h>
 #include <axis2_uri.h>
@@ -174,7 +174,7 @@
 woden_property_element_resolve_methods(
         woden_property_element_t *property_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_PROPERTY_ELEMENT_FREE(doc_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_qname_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_qname_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_qname_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_qname_attr.h Fri Mar 30 11:28:18 2007
@@ -124,7 +124,7 @@
 woden_qname_attr_resolve_methods(
         woden_qname_attr_t *qname_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_QNAME_ATTR_FREE(qname_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_qname_list_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_qname_list_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_qname_list_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_qname_list_attr.h Fri Mar 30 11:28:18 2007
@@ -129,7 +129,7 @@
 woden_qname_list_attr_resolve_methods(
         woden_qname_list_attr_t *qname_list_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_QNAME_LIST_ATTR_FREE(qname_list_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_qname_list_or_token_any_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_qname_list_or_token_any_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_qname_list_or_token_any_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_qname_list_or_token_any_attr.h Fri Mar 30 11:28:18 2007
@@ -145,7 +145,7 @@
 woden_qname_list_or_token_any_attr_resolve_methods(
         woden_qname_list_or_token_any_attr_t *list_token_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_QNAME_LIST_OR_TOKEN_ANY_ATTR_FREE(list_token_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_qname_or_token_any_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_qname_or_token_any_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_qname_or_token_any_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_qname_or_token_any_attr.h Fri Mar 30 11:28:18 2007
@@ -145,7 +145,7 @@
 woden_qname_or_token_any_attr_resolve_methods(
         woden_qname_or_token_any_attr_t *token_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_QNAME_OR_TOKEN_ANY_ATTR_FREE(token_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_schema.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_schema.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_schema.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_schema.h Fri Mar 30 11:28:18 2007
@@ -29,7 +29,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_uri.h>
 #include <woden.h>
 
@@ -63,7 +63,7 @@
             void *schema,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (
             void *schema,
             const axutil_env_t *env);
@@ -140,7 +140,7 @@
         woden_schema_t *schema,
         const axutil_env_t *env,
         woden_schema_t *schema_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SCHEMA_FREE(schema, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_binding_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_binding_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_binding_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_binding_exts.h Fri Mar 30 11:28:18 2007
@@ -64,7 +64,7 @@
     free) (void *soap_binding_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_exts,
             const axutil_env_t *env);
 
@@ -124,7 +124,7 @@
         woden_soap_binding_exts_t *soap_binding_exts,
         const axutil_env_t *env,
         woden_soap_binding_exts_t *soap_binding_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_BINDING_EXTS_FREE(soap_binding_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_exts.h Fri Mar 30 11:28:18 2007
@@ -64,7 +64,7 @@
     free) (void *soap_binding_fault_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_exts,
             const axutil_env_t *env);
 
@@ -124,7 +124,7 @@
         woden_soap_binding_fault_exts_t *soap_binding_fault_exts,
         const axutil_env_t *env,
         woden_soap_binding_fault_exts_t *soap_binding_fault_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_BINDING_FAULT_EXTS_FREE(soap_binding_fault_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_ref_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_ref_exts.h Fri Mar 30 11:28:18 2007
@@ -62,7 +62,7 @@
     free) (void *soap_binding_fault_ref_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_ref_exts,
             const axutil_env_t *env);
 
@@ -106,7 +106,7 @@
         woden_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts,
         const axutil_env_t *env,
         woden_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_BINDING_FAULT_REF_EXTS_FREE(soap_binding_fault_ref_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_binding_msg_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_binding_msg_ref_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_binding_msg_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_binding_msg_ref_exts.h Fri Mar 30 11:28:18 2007
@@ -62,7 +62,7 @@
     free) (void *soap_binding_msg_ref_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_msg_ref_exts,
             const axutil_env_t *env);
 
@@ -112,7 +112,7 @@
         woden_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts,
         const axutil_env_t *env,
         woden_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_BINDING_MSG_REF_EXTS_FREE(soap_binding_msg_ref_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_binding_op_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_binding_op_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_binding_op_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_binding_op_exts.h Fri Mar 30 11:28:18 2007
@@ -63,7 +63,7 @@
     free) (void *soap_binding_op_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_op_exts,
             const axutil_env_t *env);
 
@@ -117,7 +117,7 @@
         woden_soap_binding_op_exts_t *soap_binding_op_exts,
         const axutil_env_t *env,
         woden_soap_binding_op_exts_t *soap_binding_op_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_BINDING_OP_EXTS_FREE(soap_binding_op_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h Fri Mar 30 11:28:18 2007
@@ -37,7 +37,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <woden.h>
 

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h Fri Mar 30 11:28:18 2007
@@ -38,7 +38,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <woden.h>
 #include <axutil_array_list.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_header_block.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_header_block.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_header_block.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_header_block.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
             void *header_block,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL * 
+    axutil_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *header_block,
             const axutil_env_t *env);
@@ -156,7 +156,7 @@
         woden_soap_header_block_t *soap_header_block,
         const axutil_env_t *env,
         woden_soap_header_block_t *soap_header_block_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_HEADER_BLOCK_FREE(soap_header_block, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_header_block_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_header_block_deserializer.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_header_block_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_header_block_deserializer.h Fri Mar 30 11:28:18 2007
@@ -58,7 +58,7 @@
     free) (void *mod_deser,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
             const axutil_env_t *env);
 
@@ -108,7 +108,7 @@
         woden_soap_header_block_deserializer_t *mod_deser,
         const axutil_env_t *env,
         woden_soap_header_block_deserializer_t *mod_deser_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_HEADER_BLOCK_DESERIALIZER_FREE(mod_deser, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -158,7 +158,7 @@
 woden_soap_header_block_element_resolve_methods(
         woden_soap_header_block_element_t *soap_header_block_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_HEADER_BLOCK_ELEMENT_FREE(soap_header_block_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_module.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_module.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_module.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_module.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
             void *module,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL * 
+    axutil_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *module,
             const axutil_env_t *env);
@@ -133,7 +133,7 @@
         woden_soap_module_t *soap_module,
         const axutil_env_t *env,
         woden_soap_module_t *soap_module_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_MODULE_FREE(soap_module, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_module_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_module_deserializer.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_module_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_module_deserializer.h Fri Mar 30 11:28:18 2007
@@ -58,7 +58,7 @@
     free) (void *mod_deser,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
             const axutil_env_t *env);
 
@@ -108,7 +108,7 @@
         woden_soap_module_deserializer_t *mod_deser,
         const axutil_env_t *env,
         woden_soap_module_deserializer_t *mod_deser_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_MODULE_DESERIALIZER_FREE(mod_deser, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h Fri Mar 30 11:28:18 2007
@@ -31,7 +31,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -127,7 +127,7 @@
 woden_soap_module_element_resolve_methods(
         woden_soap_module_element_t *soap_module_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SOAP_MODULE_ELEMENT_FREE(soap_module_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_string_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_string_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_string_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_string_attr.h Fri Mar 30 11:28:18 2007
@@ -124,7 +124,7 @@
 woden_string_attr_resolve_methods(
         woden_string_attr_t *string_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_STRING_ATTR_FREE(string_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_svc.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_svc.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_svc.h Fri Mar 30 11:28:18 2007
@@ -60,7 +60,7 @@
     free) (void *svc,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *svc,
             const axutil_env_t *env);
 
@@ -175,7 +175,7 @@
         woden_svc_t *svc,
         const axutil_env_t *env,
         woden_svc_t *svc_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SVC_FREE(svc, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_svc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_svc_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_svc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_svc_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <woden.h>
@@ -127,7 +127,7 @@
 woden_svc_element_resolve_methods(
         woden_svc_element_t *svc_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_SVC_ELEMENT_FREE(svc_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_type_def.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_type_def.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_type_def.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_type_def.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
  */
 
 #include <woden.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 
@@ -58,7 +58,7 @@
     free) (void *type_def,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *type_def,
             const axutil_env_t *env);
     
@@ -150,7 +150,7 @@
         woden_type_def_t *type_def,
         const axutil_env_t *env,
         woden_type_def_t *type_def_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 

Modified: webservices/axis2/trunk/c/woden/include/woden_types.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_types.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_types.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_types.h Fri Mar 30 11:28:18 2007
@@ -67,7 +67,7 @@
     free) (void *types,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *types,
             const axutil_env_t *env);
 
@@ -250,7 +250,7 @@
         woden_types_t *types,
         const axutil_env_t *env,
         woden_types_t *types_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_TYPES_FREE(types, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_types_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_types_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_types_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_types_element.h Fri Mar 30 11:28:18 2007
@@ -40,7 +40,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <woden.h>
@@ -178,7 +178,7 @@
 woden_types_element_resolve_methods(
         woden_types_element_t *types_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_TYPES_ELEMENT_FREE(types_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_uri_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_uri_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_uri_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_uri_attr.h Fri Mar 30 11:28:18 2007
@@ -126,7 +126,7 @@
 woden_uri_attr_resolve_methods(
         woden_uri_attr_t *uri_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_URI_ATTR_FREE(uri_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref.h Fri Mar 30 11:28:18 2007
@@ -61,7 +61,7 @@
     to_binding_msg_ref_free) (void *binding_msg_ref,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *binding_msg_ref,
             const axutil_env_t *env);
 
@@ -172,7 +172,7 @@
         woden_wsdl10_binding_msg_ref_t *binding_msg_ref,
         const axutil_env_t *env,
         woden_wsdl10_binding_msg_ref_t *binding_msg_ref_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_BINDING_MSG_REF_FREE(binding_msg_ref, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -116,7 +116,7 @@
 woden_wsdl10_binding_msg_ref_element_resolve_methods(
         woden_wsdl10_binding_msg_ref_element_t *binding_msg_ref_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_BINDING_MSG_REF_ELEMENT_FREE(binding_msg_ref_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op.h Fri Mar 30 11:28:18 2007
@@ -60,7 +60,7 @@
     to_binding_op_free) (void *binding_op,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *binding_op,
             const axutil_env_t *env);
 
@@ -182,7 +182,7 @@
         woden_wsdl10_binding_op_t *binding_op,
         const axutil_env_t *env,
         woden_wsdl10_binding_op_t *binding_op_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_BINDING_OP_FREE(binding_op, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -156,7 +156,7 @@
 woden_wsdl10_binding_op_element_resolve_methods(
         woden_wsdl10_binding_op_element_t *binding_op_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_BINDING_OP_ELEMENT_FREE(binding_op_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc.h Fri Mar 30 11:28:18 2007
@@ -73,7 +73,7 @@
     to_desc_free) (void *desc,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *desc,
             const axutil_env_t *env);
 
@@ -246,7 +246,7 @@
         woden_wsdl10_desc_t *desc,
         const axutil_env_t *env,
         woden_wsdl10_desc_t *desc_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_DESC_FREE(desc, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h Fri Mar 30 11:28:18 2007
@@ -37,7 +37,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <woden.h>
@@ -138,7 +138,7 @@
             const axutil_env_t *env,
             axis2_char_t *prefix);
     
-    axis2_hash_t *(AXIS2_CALL * 
+    axutil_hash_t *(AXIS2_CALL * 
     get_namespaces) (
             void *desc_el,
             const axutil_env_t *env);/* TODO return arrays instead of Map? */
@@ -363,7 +363,7 @@
 woden_wsdl10_desc_element_resolve_methods(
         woden_wsdl10_desc_element_t *desc_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_DESC_ELEMENT_FREE(desc_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint.h Fri Mar 30 11:28:18 2007
@@ -59,7 +59,7 @@
     free) (void *endpoint,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *endpoint,
             const axutil_env_t *env);
 
@@ -187,7 +187,7 @@
         woden_wsdl10_endpoint_t *endpoint,
         const axutil_env_t *env,
         woden_wsdl10_endpoint_t *endpoint_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_ENDPOINT_FREE(endpoint, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h Fri Mar 30 11:28:18 2007
@@ -31,7 +31,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <woden.h>
@@ -128,7 +128,7 @@
 woden_wsdl10_endpoint_element_resolve_methods(
         woden_wsdl10_endpoint_element_t *endpoint_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_ENDPOINT_ELEMENT_FREE(endpoint_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h Fri Mar 30 11:28:18 2007
@@ -32,7 +32,7 @@
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_qname.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_node.h>
 #include <woden.h>
 #include <woden_wsdl10_ext_registry.h>
@@ -94,7 +94,7 @@
 woden_wsdl10_ext_deserializer_resolve_methods(
         woden_wsdl10_ext_deserializer_t *ext_deserializer,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_EXT_DESERIALIZER_FREE(ext_deserializer, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h Fri Mar 30 11:28:18 2007
@@ -29,7 +29,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
     free) (void *interface_fault_ref,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *interface_fault_ref,
             const axutil_env_t *env);
 
@@ -150,7 +150,7 @@
         woden_wsdl10_interface_fault_ref_t *interface_fault_ref,
         const axutil_env_t *env,
         woden_wsdl10_interface_fault_ref_t *interface_fault_ref_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_INTERFACE_FAULT_REF_FREE(interface_fault_ref, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -127,7 +127,7 @@
 woden_wsdl10_interface_fault_ref_element_resolve_methods(
         woden_wsdl10_interface_fault_ref_element_t *interface_fault_ref_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_INTERFACE_FAULT_REF_ELEMENT_FREE(interface_fault_ref_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
     free) (void *interface_msg_ref,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *interface_msg_ref,
             const axutil_env_t *env);
 
@@ -150,7 +150,7 @@
         woden_wsdl10_interface_msg_ref_t *interface_msg_ref,
         const axutil_env_t *env,
         woden_wsdl10_interface_msg_ref_t *interface_msg_ref_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_INTERFACE_MSG_REF_FREE(interface_msg_ref, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -138,7 +138,7 @@
 woden_wsdl10_interface_msg_ref_element_resolve_methods(
         woden_wsdl10_interface_msg_ref_element_t *interface_msg_ref_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_INTERFACE_MSG_REF_ELEMENT_FREE(interface_msg_ref_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
     free) (void *msg_ref,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *msg_ref,
             const axutil_env_t *env);
 
@@ -150,7 +150,7 @@
         woden_wsdl10_msg_ref_t *msg_ref,
         const axutil_env_t *env,
         woden_wsdl10_msg_ref_t *msg_ref_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_MSG_REF_FREE(msg_ref, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -120,7 +120,7 @@
 woden_wsdl10_msg_ref_element_resolve_methods(
         woden_wsdl10_msg_ref_element_t *msg_ref_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_MSG_REF_ELEMENT_FREE(msg_ref_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
     free) (void *part,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *part,
             const axutil_env_t *env);
 
@@ -169,7 +169,7 @@
         woden_wsdl10_part_t *part,
         const axutil_env_t *env,
         woden_wsdl10_part_t *part_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_PART_FREE(part, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -138,7 +138,7 @@
 woden_wsdl10_part_element_resolve_methods(
         woden_wsdl10_part_element_t *part_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_PART_ELEMENT_FREE(part_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h Fri Mar 30 11:28:18 2007
@@ -63,7 +63,7 @@
     free) (void *soap_address_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_address_exts,
             const axutil_env_t *env);
 
@@ -118,7 +118,7 @@
         woden_wsdl10_soap_address_exts_t *soap_address_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_address_exts_t *soap_address_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_ADDRESS_EXTS_FREE(soap_address_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h Fri Mar 30 11:28:18 2007
@@ -64,7 +64,7 @@
     free) (void *soap_binding_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_exts,
             const axutil_env_t *env);
 
@@ -124,7 +124,7 @@
         woden_wsdl10_soap_binding_exts_t *soap_binding_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_binding_exts_t *soap_binding_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_BINDING_EXTS_FREE(soap_binding_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h Fri Mar 30 11:28:18 2007
@@ -64,7 +64,7 @@
     free) (void *soap_binding_fault_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_exts,
             const axutil_env_t *env);
 
@@ -124,7 +124,7 @@
         woden_wsdl10_soap_binding_fault_exts_t *soap_binding_fault_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_binding_fault_exts_t *soap_binding_fault_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_BINDING_FAULT_EXTS_FREE(soap_binding_fault_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h Fri Mar 30 11:28:18 2007
@@ -62,7 +62,7 @@
     free) (void *soap_binding_fault_ref_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_fault_ref_exts,
             const axutil_env_t *env);
 
@@ -106,7 +106,7 @@
         woden_wsdl10_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_binding_fault_ref_exts_t *soap_binding_fault_ref_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_BINDING_FAULT_REF_EXTS_FREE(soap_binding_fault_ref_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h Fri Mar 30 11:28:18 2007
@@ -62,7 +62,7 @@
     free) (void *soap_binding_msg_ref_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_msg_ref_exts,
             const axutil_env_t *env);
 
@@ -112,7 +112,7 @@
         woden_wsdl10_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_binding_msg_ref_exts_t *soap_binding_msg_ref_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_BINDING_MSG_REF_EXTS_FREE(soap_binding_msg_ref_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h Fri Mar 30 11:28:18 2007
@@ -63,7 +63,7 @@
     free) (void *soap_binding_op_exts,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *soap_binding_op_exts,
             const axutil_env_t *env);
 
@@ -123,7 +123,7 @@
         woden_wsdl10_soap_binding_op_exts_t *soap_binding_op_exts,
         const axutil_env_t *env,
         woden_wsdl10_soap_binding_op_exts_t *soap_binding_op_exts_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_BINDING_OP_EXTS_FREE(soap_binding_op_exts, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
             void *header_block,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL * 
+    axutil_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *header_block,
             const axutil_env_t *env);
@@ -156,7 +156,7 @@
         woden_wsdl10_soap_header_block_t *soap_header_block,
         const axutil_env_t *env,
         woden_wsdl10_soap_header_block_t *soap_header_block_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_HEADER_BLOCK_FREE(soap_header_block, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h Fri Mar 30 11:28:18 2007
@@ -58,7 +58,7 @@
     free) (void *mod_deser,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
             const axutil_env_t *env);
 
@@ -108,7 +108,7 @@
         woden_wsdl10_soap_header_block_deserializer_t *mod_deser,
         const axutil_env_t *env,
         woden_wsdl10_soap_header_block_deserializer_t *mod_deser_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_HEADER_BLOCK_DESERIALIZER_FREE(mod_deser, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -158,7 +158,7 @@
 woden_wsdl10_soap_header_block_element_resolve_methods(
         woden_wsdl10_soap_header_block_element_t *soap_header_block_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_HEADER_BLOCK_ELEMENT_FREE(soap_header_block_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h Fri Mar 30 11:28:18 2007
@@ -54,7 +54,7 @@
             void *module,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL * 
+    axutil_hash_t *(AXIS2_CALL * 
     super_objs) (
             void *module,
             const axutil_env_t *env);
@@ -133,7 +133,7 @@
         woden_wsdl10_soap_module_t *soap_module,
         const axutil_env_t *env,
         woden_wsdl10_soap_module_t *soap_module_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_MODULE_FREE(soap_module, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h Fri Mar 30 11:28:18 2007
@@ -58,7 +58,7 @@
     free) (void *mod_deser,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *mod_deser,
             const axutil_env_t *env);
 
@@ -108,7 +108,7 @@
         woden_wsdl10_soap_module_deserializer_t *mod_deser,
         const axutil_env_t *env,
         woden_wsdl10_soap_module_deserializer_t *mod_deser_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_MODULE_DESERIALIZER_FREE(mod_deser, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h Fri Mar 30 11:28:18 2007
@@ -31,7 +31,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -150,7 +150,7 @@
 woden_wsdl10_soap_module_element_resolve_methods(
         woden_wsdl10_soap_module_element_t *soap_module_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SOAP_MODULE_ELEMENT_FREE(soap_module_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h Fri Mar 30 11:28:18 2007
@@ -60,7 +60,7 @@
     free) (void *svc,
             const axutil_env_t *env);
 
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (void *svc,
             const axutil_env_t *env);
 
@@ -175,7 +175,7 @@
         woden_wsdl10_svc_t *svc,
         const axutil_env_t *env,
         woden_wsdl10_svc_t *svc_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SVC_FREE(svc, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <woden.h>
@@ -127,7 +127,7 @@
 woden_wsdl10_svc_element_resolve_methods(
         woden_wsdl10_svc_element_t *svc_element,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL10_SVC_ELEMENT_FREE(svc_el, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h Fri Mar 30 11:28:18 2007
@@ -31,7 +31,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_uri.h>
 #include <woden.h>
 
@@ -88,7 +88,7 @@
 woden_wsdl_component_resolve_methods(
         woden_wsdl_component_t *wsdl_component,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL_COMPONENT_FREE(wsdl_component, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h Fri Mar 30 11:28:18 2007
@@ -32,7 +32,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_uri.h>
 #include <axutil_array_list.h>
@@ -67,7 +67,7 @@
             void *wsdl_element,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_element,
             const axutil_env_t *env);
@@ -122,7 +122,7 @@
         woden_wsdl_element_t *wsdl_element,
         const axutil_env_t *env,
         woden_wsdl_element_t *wsdl_element_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL_ELEMENT_FREE(wsdl_element, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h Fri Mar 30 11:28:18 2007
@@ -61,7 +61,7 @@
             void *wsdl_obj,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_obj,
             const axutil_env_t *env);
@@ -120,7 +120,7 @@
         woden_wsdl_obj_t *wsdl_obj,
         const axutil_env_t *env,
         woden_wsdl_obj_t *wsdl_obj_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL_OBJ_FREE(wsdl_obj, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h Fri Mar 30 11:28:18 2007
@@ -58,7 +58,7 @@
             void *wsdl_ref,
             const axutil_env_t *env);
     
-    axis2_hash_t *(AXIS2_CALL *
+    axutil_hash_t *(AXIS2_CALL *
     super_objs) (
             void *wsdl_ref,
             const axutil_env_t *env);
@@ -128,7 +128,7 @@
         woden_wsdl_ref_t *wsdl_ref,
         const axutil_env_t *env,
         woden_wsdl_ref_t *wsdl_ref_impl,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_WSDL_REF_FREE(wsdl_ref, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_attr.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_attr.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 #include <axis2_generic_obj.h>
 #include <woden.h>
@@ -141,7 +141,7 @@
 woden_xml_attr_resolve_methods(
         woden_xml_attr_t *xml_attr,
         const axutil_env_t *env,
-        axis2_hash_t *methods);
+        axutil_hash_t *methods);
 /************************End of Woden C Internal Methods***********************/
 
 #define WODEN_XML_ATTR_FREE(xml_attr, env) \

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_char.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_char.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_char.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_char.h Fri Mar 30 11:28:18 2007
@@ -44,7 +44,7 @@
 #include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_uri.h>
 #include <woden.h>
 

Modified: webservices/axis2/trunk/c/woden/src/builder/woden_reader.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/builder/woden_reader.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/woden/src/builder/woden_reader.c (original)
+++ webservices/axis2/trunk/c/woden/src/builder/woden_reader.c Fri Mar 30 11:28:18 2007
@@ -133,7 +133,7 @@
     axiom_document_t *om_doc;
     axiom_node_t *root_node;
     /* A map of imported schema definitions keyed by schema location URI */
-    axis2_hash_t *f_imported_schemas;
+    axutil_hash_t *f_imported_schemas;
     woden_ext_registry_t *f_ext_reg;
     axis2_uri_t *f_temp_uri;
 
@@ -179,7 +179,7 @@
     const axutil_env_t *env,
     const axis2_char_t *document_base_uri,
     axiom_node_t *desc_el_node,
-    axis2_hash_t *wsdl_modules);
+    axutil_hash_t *wsdl_modules);
 
 static void *
 parse_documentation(
@@ -194,7 +194,7 @@
     const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc,
-    axis2_hash_t *wsdl_modules);
+    axutil_hash_t *wsdl_modules);
 
 static void *
 parse_include(
@@ -202,7 +202,7 @@
     const axutil_env_t *env,
     axiom_node_t *include_el_node,
     void *desc,
-    axis2_hash_t *wsdl_modules);
+    axutil_hash_t *wsdl_modules);
 
 /*
  * TODO Initial schema parsing is specific to XML Schema.
@@ -431,7 +431,7 @@
     const axutil_env_t *env,
     axis2_char_t *location_uri_str,
     void *desc,
-    axis2_hash_t *wsdl_modules);
+    axutil_hash_t *wsdl_modules);
 
 /*
  * Convert a string of type xs:anyURI to a axis2_uri.
@@ -460,7 +460,7 @@
     reader_impl->reader.ops = AXIS2_MALLOC(env->allocator,
             sizeof(woden_reader_ops_t));
 
-    reader_impl->f_imported_schemas = axis2_hash_make(env);
+    reader_impl->f_imported_schemas = axutil_hash_make(env);
     if (!reader_impl->f_imported_schemas)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
@@ -499,7 +499,7 @@
 
     if (reader_impl->f_imported_schemas)
     {
-        axis2_hash_free(reader_impl->f_imported_schemas, env);
+        axutil_hash_free(reader_impl->f_imported_schemas, env);
         reader_impl->f_imported_schemas = NULL;
     }
 
@@ -611,7 +611,7 @@
     const axutil_env_t *env,
     const axis2_char_t *document_base_uri,
     axiom_node_t *desc_el_node,
-    axis2_hash_t *wsdl_modules)
+    axutil_hash_t *wsdl_modules)
 {
     woden_reader_impl_t *reader_impl = NULL;
     void *desc = NULL;
@@ -619,8 +619,8 @@
     axis2_uri_t *uri = NULL;
     axis2_char_t *target_namespc = NULL;
     axiom_element_t *desc_el = NULL;
-    axis2_hash_t *attrs = NULL;
-    axis2_hash_index_t *index = NULL;
+    axutil_hash_t *attrs = NULL;
+    axutil_hash_index_t *index = NULL;
     axiom_element_t *temp_el = NULL;
     axiom_node_t *temp_el_node = NULL;
     void *types = NULL;
@@ -651,7 +651,7 @@
         /* This is the initial WSDL document. No imports or includes yet.
          * TODO this might be the place to flag the initial Desc if necessary.
          */
-        wsdl_modules = axis2_hash_make(env);
+        wsdl_modules = axutil_hash_make(env);
     }
     ext_reg = woden_reader_get_ext_registry(reader, env);
     if (ext_reg)
@@ -679,7 +679,7 @@
 
     /* parse the namespace declarations */
     attrs = axiom_element_get_all_attributes(desc_el, env);
-    for (index = axis2_hash_first(attrs, env); index; index = axis2_hash_next(
+    for (index = axutil_hash_first(attrs, env); index; index = axutil_hash_next(
                 env, index))
     {
         void *v = NULL;
@@ -689,7 +689,7 @@
         axis2_char_t *local_part = NULL;
         axis2_char_t *value = NULL;
 
-        axis2_hash_this(index, NULL, NULL, &v);
+        axutil_hash_this(index, NULL, NULL, &v);
         attr = (axiom_attribute_t *) v;
         namespc = axiom_attribute_get_namespace(attr, env);
         if (!namespc)
@@ -757,10 +757,10 @@
             void *import_element = NULL;
 
             if (document_base_uri && AXIS2_TRUE !=
-                    axis2_hash_contains_key(wsdl_modules, env,
+                    axutil_hash_contains_key(wsdl_modules, env,
                             document_base_uri))
             {
-                axis2_hash_set(wsdl_modules, document_base_uri,
+                axutil_hash_set(wsdl_modules, document_base_uri,
                         AXIS2_HASH_KEY_STRING, desc);
             }
             import_element = parse_import(reader, env, temp_el_node, desc,
@@ -774,10 +774,10 @@
             void *include_element = NULL;
 
             if (document_base_uri && AXIS2_TRUE !=
-                    axis2_hash_contains_key(wsdl_modules, env,
+                    axutil_hash_contains_key(wsdl_modules, env,
                             document_base_uri))
             {
-                axis2_hash_set(wsdl_modules, document_base_uri,
+                axutil_hash_set(wsdl_modules, document_base_uri,
                         AXIS2_HASH_KEY_STRING, desc);
             }
             include_element = parse_include(reader, env, temp_el_node, desc,
@@ -927,7 +927,7 @@
     const axutil_env_t *env,
     axiom_node_t *import_el_node,
     void *desc,
-    axis2_hash_t *wsdl_modules)
+    axutil_hash_t *wsdl_modules)
 {
     void *imp = NULL;
     axiom_element_t *import_el = NULL;
@@ -983,7 +983,7 @@
     const axutil_env_t *env,
     axiom_node_t *include_el_node,
     void *desc,
-    axis2_hash_t *wsdl_modules)
+    axutil_hash_t *wsdl_modules)
 {
     void *include = NULL;
     axiom_element_t *include_el = NULL;
@@ -1273,7 +1273,7 @@
     schema_uri = axis2_uri_to_string(uri, env, AXIS2_URI_UNP_OMITUSERINFO);
 
     /* If the schema has already been imported, reuse it. */
-    schema_def = axis2_hash_get(reader_impl->f_imported_schemas, schema_uri,
+    schema_def = axutil_hash_get(reader_impl->f_imported_schemas, schema_uri,
             AXIS2_HASH_KEY_STRING);
     if (schema_def)
     {
@@ -1297,7 +1297,7 @@
             WODEN_SCHEMA_SET_REFERENCEABLE(schema, env, AXIS2_FALSE);
             return schema;
         }
-        axis2_hash_set(reader_impl->f_imported_schemas, schema_uri,
+        axutil_hash_set(reader_impl->f_imported_schemas, schema_uri,
                 AXIS2_HASH_KEY_STRING, schema_def);
 
     }
@@ -1542,7 +1542,7 @@
     if (element)
     {
         axis2_qname_t *qname = NULL;
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -1865,7 +1865,7 @@
     if (ref)
     {
         axis2_qname_t *qname = NULL;
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -2131,7 +2131,7 @@
         else
         {
             axis2_qname_t *qname = NULL;
-            axis2_hash_t *namespcs = NULL;
+            axutil_hash_t *namespcs = NULL;
 
             /* element is not #any, #none or #other, so it must be an element
              * qname 
@@ -2270,7 +2270,7 @@
     intface = axiom_element_get_attribute_value_by_name(binding_el, env, WODEN_ATTR_INTERFACE);
     if (intface)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -2451,7 +2451,7 @@
 
     if (ref)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -2596,7 +2596,7 @@
 
     if (ref)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -2790,7 +2790,7 @@
 
     if (ref)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -3258,7 +3258,7 @@
     intface = axiom_element_get_attribute_value_by_name(svc_el, env, WODEN_ATTR_INTERFACE);
     if (intface)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -3417,7 +3417,7 @@
     binding = axiom_element_get_attribute_value_by_name(endpoint_el, env, WODEN_ATTR_BINDING);
     if (binding)
     {
-        axis2_hash_t *namespcs = NULL;
+        axutil_hash_t *namespcs = NULL;
 
         desc = woden_desc_to_desc_element(desc, env);
         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -3767,7 +3767,7 @@
                     else
                     {
                         axis2_qname_t *qname = NULL;
-                        axis2_hash_t *namespcs = NULL;
+                        axutil_hash_t *namespcs = NULL;
 
                         desc = woden_desc_to_desc_element(desc, env);
                         namespcs = WODEN_DESC_ELEMENT_GET_NAMESPACES(desc, env);
@@ -3806,9 +3806,9 @@
     void *wsdl_obj,
     void *desc)
 {
-    axis2_hash_t *node_map = NULL;
+    axutil_hash_t *node_map = NULL;
     axiom_element_t *om_el = NULL;
-    axis2_hash_index_t *index = NULL;
+    axutil_hash_index_t *index = NULL;
 
     om_el = AXIOM_NODE_GET_DATA_ELEMENT(om_el_node, env);
     node_map = axiom_element_get_all_attributes(om_el, env);
@@ -3821,8 +3821,8 @@
         else
             return AXIS2_SUCCESS;
     }
-    for (index = axis2_hash_first(node_map, env); index; index =
-                axis2_hash_next(env, index))
+    for (index = axutil_hash_first(node_map, env); index; index =
+                axutil_hash_next(env, index))
     {
         void *om_attr = NULL;
         axis2_char_t *localname = NULL;
@@ -3831,7 +3831,7 @@
         axis2_char_t *prefix = NULL;
         axis2_qname_t *attr_type = NULL;
 
-        axis2_hash_this(index, NULL, NULL, &om_attr);
+        axutil_hash_this(index, NULL, NULL, &om_attr);
         localname = axiom_attribute_get_localname((axiom_attribute_t *) om_attr, env);
         namespc = axiom_attribute_get_namespace((axiom_attribute_t *) om_attr, env);
         if (namespc)
@@ -3971,7 +3971,7 @@
     const axutil_env_t *env,
     axis2_char_t *location_uri_str,
     void *desc,
-    axis2_hash_t *wsdl_modules)
+    axutil_hash_t *wsdl_modules)
 {
     axis2_uri_t *context_uri = NULL;
     axis2_uri_t *location_uri = NULL;
@@ -3990,7 +3990,7 @@
     location_str = axis2_uri_to_string(location_uri, env, AXIS2_URI_UNP_OMITUSERINFO);
 
     /* Check if WSDL imported or included previously from this location.*/
-    referenced_desc = axis2_hash_get(wsdl_modules, location_str, AXIS2_HASH_KEY_STRING);
+    referenced_desc = axutil_hash_get(wsdl_modules, location_str, AXIS2_HASH_KEY_STRING);
 
     if (! referenced_desc)
     {
@@ -4023,10 +4023,10 @@
 
         referenced_desc = parse_desc(reader, env, location_str,
                 doc_el_node, wsdl_modules);
-        if (AXIS2_TRUE != axis2_hash_contains_key(wsdl_modules, env,
+        if (AXIS2_TRUE != axutil_hash_contains_key(wsdl_modules, env,
                 location_str))
         {
-            axis2_hash_set(wsdl_modules, location_str, AXIS2_HASH_KEY_STRING,
+            axutil_hash_set(wsdl_modules, location_str, AXIS2_HASH_KEY_STRING,
                     referenced_desc);
         }
     }



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