[ http://issues.apache.org/jira/browse/AXIS2C-423?page=all ]

Samisa Abeysinghe resolved AXIS2C-423.
--------------------------------------

    Resolution: Fixed

Damitha has commited in the solution

> provide a create method whith arguments
> ---------------------------------------
>
>                 Key: AXIS2C-423
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-423
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: Current (Nightly)
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>             Fix For: 0.96
>
>
> axis2_property_create(
>     const axis2_env_t *env)
> should be written as
> axis2_property_create(
>     const axis2_env_t *env,
>     axis2_scope_t scope,
>     AXIS2_FREE_VOID_ARG free_func,
>     void *value)
> I axis2c code there is lot of places where property is created and then value 
> are set. We can reduce this code by the
> above solution

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to