Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52790 invoked from network); 1 Jun 2006 06:06:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2006 06:06:49 -0000 Received: (qmail 2956 invoked by uid 500); 1 Jun 2006 06:06:43 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 2834 invoked by uid 500); 1 Jun 2006 06:06:43 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 2787 invoked by uid 500); 1 Jun 2006 06:06:43 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 2768 invoked by uid 99); 1 Jun 2006 06:06:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 23:06:43 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 23:06:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3F2BD1A9842; Wed, 31 May 2006 23:06:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r410772 [2/2] - in /webservices/axis2/trunk/c/woden: ./ include/woden/wsdl20/ include/woden/wsdl20/enumeration/ include/woden/wsdl20/extensions/ include/woden/wsdl20/extensions/soap/ include/woden/wsdl20/xml/ include/woden/xml/ src/wsdl20/ ... Date: Thu, 01 Jun 2006 06:06:12 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060601060620.3F2BD1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c Wed May 31 23:06:09 2006 @@ -44,42 +44,42 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_free( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_super_objs( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_type( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_get_base_impl( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_get_soap_modules( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); static axis2_woden_soap_binding_fault_ref_exts_t * create( - axis2_env_t **env); + const axis2_env_t *env); static axis2_status_t axis2_woden_soap_binding_fault_ref_exts_free_ops( void *binding_fault_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_soap_binding_fault_ref_exts_t *) +AXIS2_EXTERN axis2_woden_soap_binding_fault_ref_exts_t * AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_to_component_exts( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -93,7 +93,7 @@ axis2_woden_soap_binding_fault_ref_exts_free_ops(binding_fault_ref_exts, env); binding_fault_ref_exts_impl->binding_fault_ref_exts.component_exts.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_component_exts_ops_t)); axis2_woden_component_exts_resolve_methods(&(binding_fault_ref_exts_impl->binding_fault_ref_exts. component_exts), env, binding_fault_ref_exts_impl->methods); @@ -102,12 +102,12 @@ /************************End of Woden C Internal Methods***********************/ static axis2_woden_soap_binding_fault_ref_exts_t * -create(axis2_env_t **env) +create(const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - binding_fault_ref_exts_impl = AXIS2_MALLOC((*env)->allocator, + binding_fault_ref_exts_impl = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_fault_ref_exts_impl_t)); binding_fault_ref_exts_impl->obj_type= AXIS2_WODEN_SOAP_BINDING_FAULT_REF_EXTS; @@ -119,7 +119,7 @@ binding_fault_ref_exts_impl->binding_fault_ref_exts.component_exts.ops = NULL; - binding_fault_ref_exts_impl->binding_fault_ref_exts.ops = AXIS2_MALLOC((*env)->allocator, + binding_fault_ref_exts_impl->binding_fault_ref_exts.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_fault_ref_exts_ops_t)); binding_fault_ref_exts_impl->binding_fault_ref_exts.ops->free = axis2_woden_soap_binding_fault_ref_exts_free; @@ -136,7 +136,7 @@ binding_fault_ref_exts_impl->methods = axis2_hash_make(env); if(!binding_fault_ref_exts_impl->methods) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_fault_ref_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING, @@ -153,8 +153,8 @@ return &(binding_fault_ref_exts_impl->binding_fault_ref_exts); } -AXIS2_DECLARE(axis2_woden_soap_binding_fault_ref_exts_t *) -axis2_woden_soap_binding_fault_ref_exts_create(axis2_env_t **env) +AXIS2_EXTERN axis2_woden_soap_binding_fault_ref_exts_t * AXIS2_CALL +axis2_woden_soap_binding_fault_ref_exts_create(const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -166,7 +166,7 @@ binding_fault_ref_exts_impl->super = axis2_hash_make(env); if(!binding_fault_ref_exts_impl->super) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_fault_ref_exts_impl->super, "AXIS2_WODEN_SOAP_BINDING_FAULT_REF_EXTS", AXIS2_HASH_KEY_STRING, @@ -180,7 +180,7 @@ static axis2_status_t axis2_woden_soap_binding_fault_ref_exts_free_ops( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -189,7 +189,7 @@ if(binding_fault_ref_exts_impl->binding_fault_ref_exts.component_exts.ops) { - AXIS2_FREE((*env)->allocator, binding_fault_ref_exts_impl->binding_fault_ref_exts. + AXIS2_FREE(env->allocator, binding_fault_ref_exts_impl->binding_fault_ref_exts. component_exts.ops); binding_fault_ref_exts_impl->binding_fault_ref_exts.component_exts.ops = NULL; } @@ -200,7 +200,7 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_free(void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -234,13 +234,13 @@ if((&(binding_fault_ref_exts_impl->binding_fault_ref_exts))->ops) { - AXIS2_FREE((*env)->allocator, (&(binding_fault_ref_exts_impl->binding_fault_ref_exts))->ops); + AXIS2_FREE(env->allocator, (&(binding_fault_ref_exts_impl->binding_fault_ref_exts))->ops); (&(binding_fault_ref_exts_impl->binding_fault_ref_exts))->ops = NULL; } if(binding_fault_ref_exts_impl) { - AXIS2_FREE((*env)->allocator, binding_fault_ref_exts_impl); + AXIS2_FREE(env->allocator, binding_fault_ref_exts_impl); binding_fault_ref_exts_impl = NULL; } return AXIS2_SUCCESS; @@ -249,7 +249,7 @@ axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_super_objs( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -262,7 +262,7 @@ axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_type( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -275,7 +275,7 @@ axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_get_base_impl( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; @@ -288,14 +288,14 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_resolve_methods( axis2_woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts, - axis2_env_t **env, + const axis2_env_t *env, axis2_woden_soap_binding_fault_ref_exts_t *binding_fault_ref_exts_impl, axis2_hash_t *methods) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl_l = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, methods, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE); binding_fault_ref_exts_impl_l = INTF_TO_IMPL(binding_fault_ref_exts_impl); binding_fault_ref_exts->ops->free = axis2_hash_get(methods, "free", @@ -317,7 +317,7 @@ axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_fault_ref_exts_get_soap_modules( void *binding_fault_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_fault_ref_exts_impl_t *binding_fault_ref_exts_impl = NULL; axis2_array_list_t *soap_mods = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c Wed May 31 23:06:09 2006 @@ -44,47 +44,47 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_free( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_super_objs( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_type( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_base_impl( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_soap_modules( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_soap_headers( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); static axis2_woden_soap_binding_msg_ref_exts_t * create( - axis2_env_t **env); + const axis2_env_t *env); static axis2_status_t axis2_woden_soap_binding_msg_ref_exts_free_ops( void *binding_msg_ref_exts, - axis2_env_t **env); + const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_soap_binding_msg_ref_exts_t *) +AXIS2_EXTERN axis2_woden_soap_binding_msg_ref_exts_t * AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_to_component_exts( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -98,7 +98,7 @@ axis2_woden_soap_binding_msg_ref_exts_free_ops(binding_msg_ref_exts, env); binding_msg_ref_exts_impl->binding_msg_ref_exts.component_exts.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_component_exts_ops_t)); axis2_woden_component_exts_resolve_methods(&(binding_msg_ref_exts_impl->binding_msg_ref_exts. component_exts), env, binding_msg_ref_exts_impl->methods); @@ -107,12 +107,12 @@ /************************End of Woden C Internal Methods***********************/ static axis2_woden_soap_binding_msg_ref_exts_t * -create(axis2_env_t **env) +create(const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - binding_msg_ref_exts_impl = AXIS2_MALLOC((*env)->allocator, + binding_msg_ref_exts_impl = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_msg_ref_exts_impl_t)); binding_msg_ref_exts_impl->obj_type= AXIS2_WODEN_SOAP_BINDING_MSG_REF_EXTS; @@ -124,7 +124,7 @@ binding_msg_ref_exts_impl->binding_msg_ref_exts.component_exts.ops = NULL; - binding_msg_ref_exts_impl->binding_msg_ref_exts.ops = AXIS2_MALLOC((*env)->allocator, + binding_msg_ref_exts_impl->binding_msg_ref_exts.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_msg_ref_exts_ops_t)); binding_msg_ref_exts_impl->binding_msg_ref_exts.ops->free = axis2_woden_soap_binding_msg_ref_exts_free; @@ -143,7 +143,7 @@ binding_msg_ref_exts_impl->methods = axis2_hash_make(env); if(!binding_msg_ref_exts_impl->methods) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_msg_ref_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING, @@ -163,8 +163,8 @@ return &(binding_msg_ref_exts_impl->binding_msg_ref_exts); } -AXIS2_DECLARE(axis2_woden_soap_binding_msg_ref_exts_t *) -axis2_woden_soap_binding_msg_ref_exts_create(axis2_env_t **env) +AXIS2_EXTERN axis2_woden_soap_binding_msg_ref_exts_t * AXIS2_CALL +axis2_woden_soap_binding_msg_ref_exts_create(const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -176,7 +176,7 @@ binding_msg_ref_exts_impl->super = axis2_hash_make(env); if(!binding_msg_ref_exts_impl->super) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_msg_ref_exts_impl->super, "AXIS2_WODEN_SOAP_BINDING_MSG_REF_EXTS", AXIS2_HASH_KEY_STRING, @@ -190,7 +190,7 @@ static axis2_status_t axis2_woden_soap_binding_msg_ref_exts_free_ops( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -199,7 +199,7 @@ if(binding_msg_ref_exts_impl->binding_msg_ref_exts.component_exts.ops) { - AXIS2_FREE((*env)->allocator, binding_msg_ref_exts_impl->binding_msg_ref_exts. + AXIS2_FREE(env->allocator, binding_msg_ref_exts_impl->binding_msg_ref_exts. component_exts.ops); binding_msg_ref_exts_impl->binding_msg_ref_exts.component_exts.ops = NULL; } @@ -210,7 +210,7 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_free(void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -244,13 +244,13 @@ if((&(binding_msg_ref_exts_impl->binding_msg_ref_exts))->ops) { - AXIS2_FREE((*env)->allocator, (&(binding_msg_ref_exts_impl->binding_msg_ref_exts))->ops); + AXIS2_FREE(env->allocator, (&(binding_msg_ref_exts_impl->binding_msg_ref_exts))->ops); (&(binding_msg_ref_exts_impl->binding_msg_ref_exts))->ops = NULL; } if(binding_msg_ref_exts_impl) { - AXIS2_FREE((*env)->allocator, binding_msg_ref_exts_impl); + AXIS2_FREE(env->allocator, binding_msg_ref_exts_impl); binding_msg_ref_exts_impl = NULL; } return AXIS2_SUCCESS; @@ -259,7 +259,7 @@ axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_super_objs( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -272,7 +272,7 @@ axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_type( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -285,7 +285,7 @@ axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_base_impl( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; @@ -298,14 +298,14 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_resolve_methods( axis2_woden_soap_binding_msg_ref_exts_t *binding_msg_ref_exts, - axis2_env_t **env, + const axis2_env_t *env, axis2_woden_soap_binding_msg_ref_exts_t *binding_msg_ref_exts_impl, axis2_hash_t *methods) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl_l = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, methods, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE); binding_msg_ref_exts_impl_l = INTF_TO_IMPL(binding_msg_ref_exts_impl); binding_msg_ref_exts->ops->free = axis2_hash_get(methods, "free", @@ -333,7 +333,7 @@ axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_soap_modules( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; axis2_array_list_t *soap_mods = NULL; @@ -357,7 +357,7 @@ axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_msg_ref_exts_get_soap_headers( void *binding_msg_ref_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_msg_ref_exts_impl_t *binding_msg_ref_exts_impl = NULL; axis2_array_list_t *soap_headers = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c Wed May 31 23:06:09 2006 @@ -45,52 +45,52 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_op_exts_free( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_super_objs( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_op_exts_type( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_base_impl( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_url_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_mep( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_url_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_action( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_modules( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); static axis2_woden_soap_binding_op_exts_t * create( - axis2_env_t **env); + const axis2_env_t *env); static axis2_status_t axis2_woden_soap_binding_op_exts_free_ops( void *binding_op_exts, - axis2_env_t **env); + const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_soap_binding_op_exts_t *) +AXIS2_EXTERN axis2_woden_soap_binding_op_exts_t * AXIS2_CALL axis2_woden_soap_binding_op_exts_to_component_exts( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -104,7 +104,7 @@ axis2_woden_soap_binding_op_exts_free_ops(binding_op_exts, env); binding_op_exts_impl->binding_op_exts.component_exts.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_component_exts_ops_t)); axis2_woden_component_exts_resolve_methods(&(binding_op_exts_impl->binding_op_exts. component_exts), env, binding_op_exts_impl->methods); @@ -113,12 +113,12 @@ /************************End of Woden C Internal Methods***********************/ static axis2_woden_soap_binding_op_exts_t * -create(axis2_env_t **env) +create(const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - binding_op_exts_impl = AXIS2_MALLOC((*env)->allocator, + binding_op_exts_impl = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_op_exts_impl_t)); binding_op_exts_impl->obj_type= AXIS2_WODEN_SOAP_BINDING_OP_EXTS; @@ -130,7 +130,7 @@ binding_op_exts_impl->binding_op_exts.component_exts.ops = NULL; - binding_op_exts_impl->binding_op_exts.ops = AXIS2_MALLOC((*env)->allocator, + binding_op_exts_impl->binding_op_exts.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_soap_binding_op_exts_ops_t)); binding_op_exts_impl->binding_op_exts.ops->free = axis2_woden_soap_binding_op_exts_free; @@ -147,7 +147,7 @@ binding_op_exts_impl->methods = axis2_hash_make(env); if(!binding_op_exts_impl->methods) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_op_exts_impl->methods, "free", AXIS2_HASH_KEY_STRING, @@ -164,8 +164,8 @@ return &(binding_op_exts_impl->binding_op_exts); } -AXIS2_DECLARE(axis2_woden_soap_binding_op_exts_t *) -axis2_woden_soap_binding_op_exts_create(axis2_env_t **env) +AXIS2_EXTERN axis2_woden_soap_binding_op_exts_t * AXIS2_CALL +axis2_woden_soap_binding_op_exts_create(const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -177,7 +177,7 @@ binding_op_exts_impl->super = axis2_hash_make(env); if(!binding_op_exts_impl->super) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(binding_op_exts_impl->super, "AXIS2_WODEN_SOAP_BINDING_OP_EXTS", AXIS2_HASH_KEY_STRING, @@ -191,7 +191,7 @@ static axis2_status_t axis2_woden_soap_binding_op_exts_free_ops( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -200,7 +200,7 @@ if(binding_op_exts_impl->binding_op_exts.component_exts.ops) { - AXIS2_FREE((*env)->allocator, binding_op_exts_impl->binding_op_exts. + AXIS2_FREE(env->allocator, binding_op_exts_impl->binding_op_exts. component_exts.ops); binding_op_exts_impl->binding_op_exts.component_exts.ops = NULL; } @@ -211,7 +211,7 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_op_exts_free(void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -245,13 +245,13 @@ if((&(binding_op_exts_impl->binding_op_exts))->ops) { - AXIS2_FREE((*env)->allocator, (&(binding_op_exts_impl->binding_op_exts))->ops); + AXIS2_FREE(env->allocator, (&(binding_op_exts_impl->binding_op_exts))->ops); (&(binding_op_exts_impl->binding_op_exts))->ops = NULL; } if(binding_op_exts_impl) { - AXIS2_FREE((*env)->allocator, binding_op_exts_impl); + AXIS2_FREE(env->allocator, binding_op_exts_impl); binding_op_exts_impl = NULL; } return AXIS2_SUCCESS; @@ -260,7 +260,7 @@ axis2_hash_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_super_objs( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -273,7 +273,7 @@ axis2_woden_obj_types_t AXIS2_CALL axis2_woden_soap_binding_op_exts_type( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -286,7 +286,7 @@ axis2_woden_component_exts_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_base_impl( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; @@ -299,14 +299,14 @@ axis2_status_t AXIS2_CALL axis2_woden_soap_binding_op_exts_resolve_methods( axis2_woden_soap_binding_op_exts_t *binding_op_exts, - axis2_env_t **env, + const axis2_env_t *env, axis2_woden_soap_binding_op_exts_t *binding_op_exts_impl, axis2_hash_t *methods) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl_l = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, methods, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE); binding_op_exts_impl_l = INTF_TO_IMPL(binding_op_exts_impl); binding_op_exts->ops->free = axis2_hash_get(methods, "free", @@ -328,7 +328,7 @@ axis2_url_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_mep( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; axis2_woden_uri_attr_t *mep = NULL; @@ -352,7 +352,7 @@ axis2_url_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_action( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; axis2_woden_uri_attr_t *action = NULL; @@ -376,7 +376,7 @@ axis2_array_list_t *AXIS2_CALL axis2_woden_soap_binding_op_exts_get_soap_modules( void *binding_op_exts, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_soap_binding_op_exts_impl_t *binding_op_exts_impl = NULL; axis2_array_list_t *soap_mods = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/feature.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/feature.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/feature.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/feature.c Wed May 31 23:06:09 2006 @@ -113,7 +113,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_feature_element( void *feature, const axis2_env_t *env) @@ -137,7 +137,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_nested_element( void *feature, const axis2_env_t *env) @@ -161,7 +161,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_documentable_element( void *feature, const axis2_env_t *env) @@ -186,7 +186,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_documentable( void *feature, const axis2_env_t *env) @@ -211,7 +211,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_wsdl_obj( void *feature, const axis2_env_t *env) @@ -238,7 +238,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_nested_component( void *feature, const axis2_env_t *env) @@ -262,7 +262,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_wsdl_component( void *feature, const axis2_env_t *env) @@ -286,7 +286,7 @@ return feature; } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_attr_extensible( void *feature, const axis2_env_t *env) @@ -314,7 +314,7 @@ } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_to_element_extensible( void *feature, const axis2_env_t *env) @@ -425,7 +425,7 @@ return &(feature_impl->feature); } -AXIS2_DECLARE(axis2_woden_feature_t *) +AXIS2_EXTERN axis2_woden_feature_t * AXIS2_CALL axis2_woden_feature_create(const axis2_env_t *env) { axis2_woden_feature_impl_t *feature_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/import.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/import.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/import.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/import.c Wed May 31 23:06:09 2006 @@ -42,47 +42,47 @@ axis2_status_t AXIS2_CALL axis2_woden_import_free( void *import, - axis2_env_t **env); + const axis2_env_t *env); axis2_hash_t *AXIS2_CALL axis2_woden_import_super_objs( void *import, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_obj_types_t AXIS2_CALL axis2_woden_import_type( void *import, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_wsdl_ref_t *AXIS2_CALL axis2_woden_import_get_base_impl( void *import, - axis2_env_t **env); + const axis2_env_t *env); axis2_status_t AXIS2_CALL axis2_woden_import_set_namespace( void *import, - axis2_env_t **env, + const axis2_env_t *env, axis2_url_t *ns_uri); axis2_url_t *AXIS2_CALL axis2_woden_import_get_namespace( void *import, - axis2_env_t **env); + const axis2_env_t *env); static axis2_woden_import_t * -create(axis2_env_t **env); +create(const axis2_env_t *env); static axis2_status_t axis2_woden_import_free_ops( void *import, - axis2_env_t **env); + const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_import_t *) +AXIS2_EXTERN axis2_woden_import_t * AXIS2_CALL axis2_woden_import_to_import_element( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -97,17 +97,17 @@ axis2_woden_import_free_ops(import, env); import_impl->import.base.import_element.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_import_element_ops_t)); axis2_woden_import_element_resolve_methods(&(import_impl->import.base. import_element), env, import_impl->methods); return import; } -AXIS2_DECLARE(axis2_woden_import_t *) +AXIS2_EXTERN axis2_woden_import_t * AXIS2_CALL axis2_woden_import_to_wsdl_ref( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -121,17 +121,17 @@ axis2_woden_import_free_ops(import, env); import_impl->import.base.wsdl_ref.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_wsdl_ref_ops_t)); axis2_woden_documentable_resolve_methods(&(import_impl->import.base. wsdl_ref), env, import_impl->wsdl_ref, import_impl->methods); return import; } -AXIS2_DECLARE(axis2_woden_import_t *) +AXIS2_EXTERN axis2_woden_import_t * AXIS2_CALL axis2_woden_import_to_attr_extensible( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -147,7 +147,7 @@ import_impl->import.base.wsdl_ref.wsdl_element.base. attr_extensible.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_attr_extensible_ops_t)); axis2_woden_attr_extensible_resolve_methods(&(import_impl->import.base. wsdl_ref.wsdl_element.base.attr_extensible), @@ -156,10 +156,10 @@ } -AXIS2_DECLARE(axis2_woden_import_t *) +AXIS2_EXTERN axis2_woden_import_t * AXIS2_CALL axis2_woden_import_to_element_extensible( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -173,7 +173,7 @@ import_impl = (axis2_woden_import_impl_t *) import; axis2_woden_import_free_ops(import, env); import_impl->import.base.wsdl_ref.wsdl_element. - base.element_extensible.ops = AXIS2_MALLOC((*env)->allocator, + base.element_extensible.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_element_extensible_ops_t)); axis2_woden_element_extensible_resolve_methods(&(import_impl->import.base. wsdl_ref.wsdl_element.base.element_extensible), @@ -184,12 +184,12 @@ /************************End of Woden C Internal Methods***********************/ static axis2_woden_import_t * -create(axis2_env_t **env) +create(const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - import_impl = AXIS2_MALLOC((*env)->allocator, + import_impl = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_import_impl_t)); import_impl->obj_type= AXIS2_WODEN_IMPORT; @@ -202,7 +202,7 @@ import_impl->import.base.wsdl_ref.wsdl_element.base.attr_extensible.ops = NULL; import_impl->import.base.wsdl_ref.wsdl_element.base.element_extensible.ops = NULL; - import_impl->import.ops = AXIS2_MALLOC((*env)->allocator, + import_impl->import.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_import_ops_t)); import_impl->import.ops->free = axis2_woden_import_free; @@ -216,7 +216,7 @@ import_impl->methods = axis2_hash_make(env); if(!import_impl->methods) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(import_impl->methods, "free", AXIS2_HASH_KEY_STRING, @@ -236,8 +236,8 @@ return &(import_impl->import); } -AXIS2_DECLARE(axis2_woden_import_t *) -axis2_woden_import_create(axis2_env_t **env) +AXIS2_EXTERN axis2_woden_import_t * AXIS2_CALL +axis2_woden_import_create(const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -249,7 +249,7 @@ import_impl->super = axis2_hash_make(env); if(!import_impl->super) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(import_impl->super, "AXIS2_WODEN_IMPORT", @@ -263,7 +263,7 @@ static axis2_status_t axis2_woden_import_free_ops( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -272,20 +272,20 @@ if(import_impl->import.base.import_element.ops) { - AXIS2_FREE((*env)->allocator, import_impl->import.base. + AXIS2_FREE(env->allocator, import_impl->import.base. import_element.ops); import_impl->import.base.import_element.ops = NULL; } if(import_impl->import.base.wsdl_ref.ops) { - AXIS2_FREE((*env)->allocator, import_impl->import.base.wsdl_ref.ops); + AXIS2_FREE(env->allocator, import_impl->import.base.wsdl_ref.ops); import_impl->import.base.wsdl_ref.ops = NULL; } if(import_impl->import.base.wsdl_ref.wsdl_element.base.attr_extensible.ops) { - AXIS2_FREE((*env)->allocator, import_impl->import.base.wsdl_ref. + AXIS2_FREE(env->allocator, import_impl->import.base.wsdl_ref. wsdl_element.base.attr_extensible.ops); import_impl->import.base.wsdl_ref.wsdl_element. base.attr_extensible.ops = NULL; @@ -294,7 +294,7 @@ if(import_impl->import.base.wsdl_ref. wsdl_element.base.element_extensible.ops) { - AXIS2_FREE((*env)->allocator, import_impl->import.base.wsdl_ref. + AXIS2_FREE(env->allocator, import_impl->import.base.wsdl_ref. wsdl_element.base.element_extensible.ops); import_impl->import.base.wsdl_ref.wsdl_element. base.element_extensible.ops = NULL; @@ -305,7 +305,7 @@ axis2_status_t AXIS2_CALL axis2_woden_import_free(void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -340,13 +340,13 @@ if((&(import_impl->import))->ops) { - AXIS2_FREE((*env)->allocator, (&(import_impl->import))->ops); + AXIS2_FREE(env->allocator, (&(import_impl->import))->ops); (&(import_impl->import))->ops = NULL; } if(import_impl) { - AXIS2_FREE((*env)->allocator, import_impl); + AXIS2_FREE(env->allocator, import_impl); import_impl = NULL; } return AXIS2_SUCCESS; @@ -355,7 +355,7 @@ axis2_hash_t *AXIS2_CALL axis2_woden_import_super_objs( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -368,7 +368,7 @@ axis2_woden_obj_types_t AXIS2_CALL axis2_woden_import_type( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -380,7 +380,7 @@ axis2_woden_wsdl_ref_t *AXIS2_CALL axis2_woden_import_get_base_impl(void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; @@ -393,14 +393,14 @@ axis2_status_t AXIS2_CALL axis2_woden_import_resolve_methods( axis2_woden_import_t *import, - axis2_env_t **env, + const axis2_env_t *env, axis2_woden_import_t *import_impl, axis2_hash_t *methods) { axis2_woden_import_impl_t *import_impl_l = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, methods, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE); import_impl_l = INTF_TO_IMPL(import_impl); import->ops->free = axis2_hash_get(methods, "free", @@ -428,14 +428,14 @@ axis2_status_t AXIS2_CALL axis2_woden_import_set_namespace( void *import, - axis2_env_t **env, + const axis2_env_t *env, axis2_url_t *ns_uri) { axis2_woden_import_impl_t *import_impl = NULL; axis2_hash_t *super = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, ns_uri, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, ns_uri, AXIS2_FAILURE); super = AXIS2_WODEN_IMPORT_SUPER_OBJS(import, env); import_impl = INTF_TO_IMPL(axis2_hash_get(super, "AXIS2_WODEN_IMPORT", AXIS2_HASH_KEY_STRING)); @@ -453,7 +453,7 @@ axis2_url_t *AXIS2_CALL axis2_woden_import_get_namespace( void *import, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_import_impl_t *import_impl = NULL; axis2_hash_t *super = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/include.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/include.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/include.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/include.c Wed May 31 23:06:09 2006 @@ -40,36 +40,36 @@ axis2_status_t AXIS2_CALL axis2_woden_include_free( void *include, - axis2_env_t **env); + const axis2_env_t *env); axis2_hash_t *AXIS2_CALL axis2_woden_include_super_objs( void *include, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_obj_types_t AXIS2_CALL axis2_woden_include_type( void *include, - axis2_env_t **env); + const axis2_env_t *env); axis2_woden_wsdl_ref_t *AXIS2_CALL axis2_woden_include_get_base_impl( void *include, - axis2_env_t **env); + const axis2_env_t *env); static axis2_woden_include_t * -create(axis2_env_t **env); +create(const axis2_env_t *env); static axis2_status_t axis2_woden_include_free_ops( void *include, - axis2_env_t **env); + const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_include_t *) +AXIS2_EXTERN axis2_woden_include_t * AXIS2_CALL axis2_woden_include_to_include_element( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -84,17 +84,17 @@ axis2_woden_include_free_ops(include, env); include_impl->include.base.include_element.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_include_element_ops_t)); axis2_woden_include_element_resolve_methods(&(include_impl->include.base. include_element), env, include_impl->methods); return include; } -AXIS2_DECLARE(axis2_woden_include_t *) +AXIS2_EXTERN axis2_woden_include_t * AXIS2_CALL axis2_woden_include_to_wsdl_ref( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -108,17 +108,17 @@ axis2_woden_include_free_ops(include, env); include_impl->include.base.wsdl_ref.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_wsdl_ref_ops_t)); axis2_woden_documentable_resolve_methods(&(include_impl->include.base. wsdl_ref), env, include_impl->wsdl_ref, include_impl->methods); return include; } -AXIS2_DECLARE(axis2_woden_include_t *) +AXIS2_EXTERN axis2_woden_include_t * AXIS2_CALL axis2_woden_include_to_attr_extensible( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -134,7 +134,7 @@ include_impl->include.base.wsdl_ref.wsdl_element.base. attr_extensible.ops = - AXIS2_MALLOC((*env)->allocator, + AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_attr_extensible_ops_t)); axis2_woden_attr_extensible_resolve_methods(&(include_impl->include.base. wsdl_ref.wsdl_element.base.attr_extensible), @@ -143,10 +143,10 @@ } -AXIS2_DECLARE(axis2_woden_include_t *) +AXIS2_EXTERN axis2_woden_include_t * AXIS2_CALL axis2_woden_include_to_element_extensible( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -160,7 +160,7 @@ include_impl = (axis2_woden_include_impl_t *) include; axis2_woden_include_free_ops(include, env); include_impl->include.base.wsdl_ref.wsdl_element. - base.element_extensible.ops = AXIS2_MALLOC((*env)->allocator, + base.element_extensible.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_element_extensible_ops_t)); axis2_woden_element_extensible_resolve_methods(&(include_impl->include.base. wsdl_ref.wsdl_element.base.element_extensible), @@ -171,12 +171,12 @@ /************************End of Woden C Internal Methods***********************/ static axis2_woden_include_t * -create(axis2_env_t **env) +create(const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - include_impl = AXIS2_MALLOC((*env)->allocator, + include_impl = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_include_impl_t)); include_impl->obj_type= AXIS2_WODEN_INCLUDE; @@ -188,7 +188,7 @@ include_impl->include.base.wsdl_ref.wsdl_element.base.attr_extensible.ops = NULL; include_impl->include.base.wsdl_ref.wsdl_element.base.element_extensible.ops = NULL; - include_impl->include.ops = AXIS2_MALLOC((*env)->allocator, + include_impl->include.ops = AXIS2_MALLOC(env->allocator, sizeof(axis2_woden_include_ops_t)); include_impl->include.ops->free = axis2_woden_include_free; @@ -199,7 +199,7 @@ include_impl->methods = axis2_hash_make(env); if(!include_impl->methods) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(include_impl->methods, "free", AXIS2_HASH_KEY_STRING, @@ -212,8 +212,8 @@ return &(include_impl->include); } -AXIS2_DECLARE(axis2_woden_include_t *) -axis2_woden_include_create(axis2_env_t **env) +AXIS2_EXTERN axis2_woden_include_t * AXIS2_CALL +axis2_woden_include_create(const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -225,7 +225,7 @@ include_impl->super = axis2_hash_make(env); if(!include_impl->super) { - AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); + AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE); return NULL; } axis2_hash_set(include_impl->super, "AXIS2_WODEN_INCLUDE", @@ -239,7 +239,7 @@ static axis2_status_t axis2_woden_include_free_ops( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -248,20 +248,20 @@ if(include_impl->include.base.include_element.ops) { - AXIS2_FREE((*env)->allocator, include_impl->include.base. + AXIS2_FREE(env->allocator, include_impl->include.base. include_element.ops); include_impl->include.base.include_element.ops = NULL; } if(include_impl->include.base.wsdl_ref.ops) { - AXIS2_FREE((*env)->allocator, include_impl->include.base.wsdl_ref.ops); + AXIS2_FREE(env->allocator, include_impl->include.base.wsdl_ref.ops); include_impl->include.base.wsdl_ref.ops = NULL; } if(include_impl->include.base.wsdl_ref.wsdl_element.base.attr_extensible.ops) { - AXIS2_FREE((*env)->allocator, include_impl->include.base.wsdl_ref. + AXIS2_FREE(env->allocator, include_impl->include.base.wsdl_ref. wsdl_element.base.attr_extensible.ops); include_impl->include.base.wsdl_ref.wsdl_element. base.attr_extensible.ops = NULL; @@ -270,7 +270,7 @@ if(include_impl->include.base.wsdl_ref. wsdl_element.base.element_extensible.ops) { - AXIS2_FREE((*env)->allocator, include_impl->include.base.wsdl_ref. + AXIS2_FREE(env->allocator, include_impl->include.base.wsdl_ref. wsdl_element.base.element_extensible.ops); include_impl->include.base.wsdl_ref.wsdl_element. base.element_extensible.ops = NULL; @@ -281,7 +281,7 @@ axis2_status_t AXIS2_CALL axis2_woden_include_free(void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -310,13 +310,13 @@ if((&(include_impl->include))->ops) { - AXIS2_FREE((*env)->allocator, (&(include_impl->include))->ops); + AXIS2_FREE(env->allocator, (&(include_impl->include))->ops); (&(include_impl->include))->ops = NULL; } if(include_impl) { - AXIS2_FREE((*env)->allocator, include_impl); + AXIS2_FREE(env->allocator, include_impl); include_impl = NULL; } return AXIS2_SUCCESS; @@ -325,7 +325,7 @@ axis2_hash_t *AXIS2_CALL axis2_woden_include_super_objs( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -338,7 +338,7 @@ axis2_woden_obj_types_t AXIS2_CALL axis2_woden_include_type( void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -350,7 +350,7 @@ axis2_woden_wsdl_ref_t *AXIS2_CALL axis2_woden_include_get_base_impl(void *include, - axis2_env_t **env) + const axis2_env_t *env) { axis2_woden_include_impl_t *include_impl = NULL; @@ -363,14 +363,14 @@ axis2_status_t AXIS2_CALL axis2_woden_include_resolve_methods( axis2_woden_include_t *include, - axis2_env_t **env, + const axis2_env_t *env, axis2_woden_include_t *include_impl, axis2_hash_t *methods) { axis2_woden_include_impl_t *include_impl_l = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); - AXIS2_PARAM_CHECK((*env)->error, methods, AXIS2_FAILURE); + AXIS2_PARAM_CHECK(env->error, methods, AXIS2_FAILURE); include_impl_l = INTF_TO_IMPL(include_impl); include->ops->free = axis2_hash_get(methods, "free", Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface.c Wed May 31 23:06:09 2006 @@ -168,7 +168,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_interface_t *) +AXIS2_EXTERN axis2_woden_interface_t * AXIS2_CALL axis2_woden_interface_to_interface_element( void *interface, const axis2_env_t *env) @@ -193,7 +193,7 @@ return interface; } -AXIS2_DECLARE(axis2_woden_interface_t *) +AXIS2_EXTERN axis2_woden_interface_t * AXIS2_CALL axis2_woden_interface_to_configurable_element( void *interface, const axis2_env_t *env) @@ -218,7 +218,7 @@ return interface; } -AXIS2_DECLARE(axis2_woden_interface_t *) +AXIS2_EXTERN axis2_woden_interface_t * AXIS2_CALL axis2_woden_interface_to_documentable_element( void *interface, const axis2_env_t *env) @@ -244,7 +244,7 @@ return interface; } -AXIS2_DECLARE(axis2_woden_interface_t *) +AXIS2_EXTERN axis2_woden_interface_t * AXIS2_CALL axis2_woden_interface_to_configurable( void *interface, const axis2_env_t *env) @@ -380,7 +380,7 @@ return &(interface_impl->interface); } -AXIS2_DECLARE(axis2_woden_interface_t *) +AXIS2_EXTERN axis2_woden_interface_t * AXIS2_CALL axis2_woden_interface_create(const axis2_env_t *env) { axis2_woden_interface_impl_t *interface_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c Wed May 31 23:06:09 2006 @@ -131,7 +131,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_interface_fault_t *) +AXIS2_EXTERN axis2_woden_interface_fault_t * AXIS2_CALL axis2_woden_interface_fault_to_interface_fault_element( void *interface_fault, const axis2_env_t *env) @@ -156,7 +156,7 @@ return interface_fault; } -AXIS2_DECLARE(axis2_woden_interface_fault_t *) +AXIS2_EXTERN axis2_woden_interface_fault_t * AXIS2_CALL axis2_woden_interface_fault_to_nested_configurable( void *interface_fault, const axis2_env_t *env) @@ -182,7 +182,7 @@ return interface_fault; } -AXIS2_DECLARE(axis2_woden_interface_fault_t *) +AXIS2_EXTERN axis2_woden_interface_fault_t * AXIS2_CALL axis2_woden_interface_fault_to_configurable( void *interface_fault, const axis2_env_t *env) @@ -291,7 +291,7 @@ return &(interface_fault_impl->interface_fault); } -AXIS2_DECLARE(axis2_woden_interface_fault_t *) +AXIS2_EXTERN axis2_woden_interface_fault_t * AXIS2_CALL axis2_woden_interface_fault_create(const axis2_env_t *env) { axis2_woden_interface_fault_impl_t *interface_fault_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c Wed May 31 23:06:09 2006 @@ -135,7 +135,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_interface_fault_ref_t *) +AXIS2_EXTERN axis2_woden_interface_fault_ref_t * AXIS2_CALL axis2_woden_interface_fault_ref_to_interface_fault_ref_element( void *interface_fault_ref, const axis2_env_t *env) @@ -160,7 +160,7 @@ return interface_fault_ref; } -AXIS2_DECLARE(axis2_woden_interface_fault_ref_t *) +AXIS2_EXTERN axis2_woden_interface_fault_ref_t * AXIS2_CALL axis2_woden_interface_fault_ref_to_nested_configurable( void *interface_fault_ref, const axis2_env_t *env) @@ -186,7 +186,7 @@ return interface_fault_ref; } -AXIS2_DECLARE(axis2_woden_interface_fault_ref_t *) +AXIS2_EXTERN axis2_woden_interface_fault_ref_t * AXIS2_CALL axis2_woden_interface_fault_ref_to_configurable( void *interface_fault_ref, const axis2_env_t *env) @@ -301,7 +301,7 @@ return &(interface_fault_ref_impl->interface_fault_ref); } -AXIS2_DECLARE(axis2_woden_interface_fault_ref_t *) +AXIS2_EXTERN axis2_woden_interface_fault_ref_t * AXIS2_CALL axis2_woden_interface_fault_ref_create(const axis2_env_t *env) { axis2_woden_interface_fault_ref_impl_t *interface_fault_ref_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c Wed May 31 23:06:09 2006 @@ -158,7 +158,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_interface_msg_ref_t *) +AXIS2_EXTERN axis2_woden_interface_msg_ref_t * AXIS2_CALL axis2_woden_interface_msg_ref_to_interface_msg_ref_element( void *interface_msg_ref, const axis2_env_t *env) @@ -183,7 +183,7 @@ return interface_msg_ref; } -AXIS2_DECLARE(axis2_woden_interface_msg_ref_t *) +AXIS2_EXTERN axis2_woden_interface_msg_ref_t * AXIS2_CALL axis2_woden_interface_msg_ref_to_nested_configurable( void *interface_msg_ref, const axis2_env_t *env) @@ -209,7 +209,7 @@ return interface_msg_ref; } -AXIS2_DECLARE(axis2_woden_interface_msg_ref_t *) +AXIS2_EXTERN axis2_woden_interface_msg_ref_t * AXIS2_CALL axis2_woden_interface_msg_ref_to_configurable( void *interface_msg_ref, const axis2_env_t *env) @@ -340,7 +340,7 @@ return &(interface_msg_ref_impl->interface_msg_ref); } -AXIS2_DECLARE(axis2_woden_interface_msg_ref_t *) +AXIS2_EXTERN axis2_woden_interface_msg_ref_t * AXIS2_CALL axis2_woden_interface_msg_ref_create(const axis2_env_t *env) { axis2_woden_interface_msg_ref_impl_t *interface_msg_ref_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c Wed May 31 23:06:09 2006 @@ -174,7 +174,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_interface_op_t *) +AXIS2_EXTERN axis2_woden_interface_op_t * AXIS2_CALL axis2_woden_interface_op_to_interface_op_element( void *interface_op, const axis2_env_t *env) @@ -199,7 +199,7 @@ return interface_op; } -AXIS2_DECLARE(axis2_woden_interface_op_t *) +AXIS2_EXTERN axis2_woden_interface_op_t * AXIS2_CALL axis2_woden_interface_op_to_nested_configurable( void *interface_op, const axis2_env_t *env) @@ -225,7 +225,7 @@ return interface_op; } -AXIS2_DECLARE(axis2_woden_interface_op_t *) +AXIS2_EXTERN axis2_woden_interface_op_t * AXIS2_CALL axis2_woden_interface_op_to_configurable( void *interface_op, const axis2_env_t *env) @@ -366,7 +366,7 @@ return &(interface_op_impl->interface_op); } -AXIS2_DECLARE(axis2_woden_interface_op_t *) +AXIS2_EXTERN axis2_woden_interface_op_t * AXIS2_CALL axis2_woden_interface_op_create(const axis2_env_t *env) { axis2_woden_interface_op_impl_t *interface_op_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/property.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/property.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/property.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/property.c Wed May 31 23:06:09 2006 @@ -166,7 +166,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_property_element( void *property, const axis2_env_t *env) @@ -191,7 +191,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_nested_element( void *property, const axis2_env_t *env) @@ -215,7 +215,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_documentable_element( void *property, const axis2_env_t *env) @@ -240,7 +240,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_documentable( void *property, const axis2_env_t *env) @@ -264,7 +264,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_wsdl_obj( void *property, const axis2_env_t *env) @@ -291,7 +291,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_nested_component( void *property, const axis2_env_t *env) @@ -315,7 +315,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_wsdl_component( void *property, const axis2_env_t *env) @@ -339,7 +339,7 @@ return property; } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_attr_extensible( void *property, const axis2_env_t *env) @@ -367,7 +367,7 @@ } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_to_element_extensible( void *property, const axis2_env_t *env) @@ -507,7 +507,7 @@ return &(property_impl->property); } -AXIS2_DECLARE(axis2_woden_property_t *) +AXIS2_EXTERN axis2_woden_property_t * AXIS2_CALL axis2_woden_property_create(const axis2_env_t *env) { axis2_woden_property_impl_t *property_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/svc.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/svc.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/svc.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/svc.c Wed May 31 23:06:09 2006 @@ -135,7 +135,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_to_svc_element( void *svc, const axis2_env_t *env) @@ -160,7 +160,7 @@ return svc; } -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_to_documentable_element( void *svc, const axis2_env_t *env) @@ -186,7 +186,7 @@ return svc; } -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_to_configurable( void *svc, const axis2_env_t *env) @@ -212,7 +212,7 @@ return svc; } -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_to_configurable_component( void *svc, const axis2_env_t *env) @@ -237,7 +237,7 @@ return svc; } -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_to_wsdl_component( void *svc, const axis2_env_t *env) @@ -350,7 +350,7 @@ return &(svc_impl->svc); } -AXIS2_DECLARE(axis2_woden_svc_t *) +AXIS2_EXTERN axis2_woden_svc_t * AXIS2_CALL axis2_woden_svc_create(const axis2_env_t *env) { axis2_woden_svc_impl_t *svc_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/types.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/types.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/types.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/types.c Wed May 31 23:06:09 2006 @@ -155,7 +155,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_types_element( void *types, const axis2_env_t *env) @@ -180,7 +180,7 @@ return types; } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_documentable_element( void *types, const axis2_env_t *env) @@ -206,7 +206,7 @@ return types; } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_documentable( void *types, const axis2_env_t *env) @@ -232,7 +232,7 @@ return types; } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_wsdl_obj( void *types, const axis2_env_t *env) @@ -260,7 +260,7 @@ return types; } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_wsdl_component( void *types, const axis2_env_t *env) @@ -287,7 +287,7 @@ return types; } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_attr_extensible( void *types, const axis2_env_t *env) @@ -316,7 +316,7 @@ } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_to_element_extensible( void *types, const axis2_env_t *env) @@ -457,7 +457,7 @@ return &(types_impl->types); } -AXIS2_DECLARE(axis2_woden_types_t *) +AXIS2_EXTERN axis2_woden_types_t * AXIS2_CALL axis2_woden_types_create(const axis2_env_t *env) { axis2_woden_types_impl_t *types_impl = NULL; Modified: webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_element.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_element.c Wed May 31 23:06:09 2006 @@ -154,7 +154,7 @@ const axis2_env_t *env); /************************Woden C Internal Methods******************************/ -AXIS2_DECLARE(axis2_woden_wsdl_element_t *) +AXIS2_EXTERN axis2_woden_wsdl_element_t * AXIS2_CALL axis2_woden_wsdl_element_to_attr_extensible( void *wsdl_element, const axis2_env_t *env) @@ -181,7 +181,7 @@ } -AXIS2_DECLARE(axis2_woden_wsdl_element_t *) +AXIS2_EXTERN axis2_woden_wsdl_element_t * AXIS2_CALL axis2_woden_wsdl_element_to_element_extensible( void *wsdl_element, const axis2_env_t *env) @@ -276,7 +276,7 @@ return &(wsdl_element_impl->wsdl_element); } -AXIS2_DECLARE(axis2_woden_wsdl_element_t *) +AXIS2_EXTERN axis2_woden_wsdl_element_t * AXIS2_CALL axis2_woden_wsdl_element_create( const axis2_env_t *env) { Modified: webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c?rev=410772&r1=410771&r2=410772&view=diff ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c Wed May 31 23:06:09 2006 @@ -84,7 +84,7 @@ * TODO This constructor is not used for extension attributes, but may be useful if * parsing of native WSDL attributes is changed to use the XMLAttr interface. */ -AXIS2_DECLARE(axis2_woden_qname_or_token_any_attr_t *) +AXIS2_EXTERN axis2_woden_qname_or_token_any_attr_t * AXIS2_CALL axis2_woden_qname_or_token_any_attr_create(const axis2_env_t *env, axis2_om_element_t *owner_el, axis2_om_node_t *owner_node, --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org