You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2006/07/26 08:35:14 UTC

[jira] Closed: (AXISCPP-149) Memory cleaning of generated C++ array code

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

nadir amra closed AXISCPP-149.
------------------------------


> Memory cleaning of generated C++ array code
> -------------------------------------------
>
>                 Key: AXISCPP-149
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-149
>             Project: Axis-C++
>          Issue Type: Improvement
>          Components: WSDL processing - RPC
>    Affects Versions: 1.3 Final
>         Environment: All Platforms
>            Reporter: Samisa Abeysinghe
>         Assigned To: Adrian Dick
>             Fix For: 1.6 Alpha
>
>
> In case of Arrays, I noticed that the WSDL2WS tool is generating a 
> struct.
> e.g.
> typedef struct SOAPStruct_ArrayTag
> {
>         SOAPStruct* m_Array;
>         int m_Size;
> } SOAPStruct_Array;
> The trouble here is that in case of returned values/parameters the user 
> has to delete the m_Array mamber explicitly.
> I think a more cleaner way would be to use a class here and use a 
> destructor to clean memory.

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org