Re: [Axis2] New changes to environment

2005-11-06 Thread Paul Fremantle
+1 on having a naming scheme that signifies API vs internal. Kind of painfully long tho!PaulOn 11/4/05, Sanjiva Weerawarana [EMAIL PROTECTED] wrote:On Thu, 2005-11-03 at 11:41 +0600, Damitha Kumarage wrote: I'll further addedaxis2_environment_create (allocator)which is not supposed to be used by

Re: [Axis2] New changes to environment

2005-11-02 Thread Samisa Abeysinghe
Damitha Kumarage wrote: Hi all, I have done some changes to axis2_enviroment_t. Please read and give your comments. Currently we are facing following problems with the environment 1. Currently some functions return axis2_status_t (status code) and some other return types. We need

Re: [Axis2] New changes to environment

2005-11-02 Thread Damitha Kumarage
Samisa Abeysinghe wrote: Damitha Kumarage wrote: Hi all, I have done some changes to axis2_enviroment_t. Please read and give your comments. Currently we are facing following problems with the environment 1. Currently some functions return axis2_status_t (status code) and some other

Re: [Axis2] New changes to environment

2005-11-02 Thread nandika jayawardana
Hi all, Adding a macro to check the environment null condition in the axis2_environment.h will be useful in writing code , This macro would be like AXIS2_ENV_CHECK(env,error_return) , which will check the env passed and create a default environment if the environment is null and then set error

Re: [Axis2] New changes to environment

2005-11-02 Thread Samisa Abeysinghe
nandika jayawardana wrote: Hi all, Adding a macro to check the environment null condition in the axis2_environment.h will be useful in writing code , This macro would be like AXIS2_ENV_CHECK(env,error_return) , which will check the env passed and create a default environment if the