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

Dushshantha Chandradasa reassigned AXISCPP-853:
-----------------------------------------------

    Assign To: Dushshantha Chandradasa

> Generated getters and setters wrong for any types
> -------------------------------------------------
>
>          Key: AXISCPP-853
>          URL: http://issues.apache.org/jira/browse/AXISCPP-853
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDD Processing
>     Versions: current (nightly)
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Dushshantha Chandradasa

>
> ExtencibilityQuery test fails to compile because the getter/ setter name is 
> incorrect. 
> In ExtencibilityType.hpp, method declaration is as follows:
>           AnyType* getany1();
>       void setany1(AnyType*  InValue);
> But in ExtencibilityType.cpp, the identifier is wrong.
> AnyType* ExtensibilityType::getany() <------------- wrong identifier (should 
> be getany1())
> {
>       return any1 ; 
> }
> void ExtensibilityType::setany(AnyType* InValue) <----------------- wrong 
> identifier (should be setany1)
> {
>       any1 = InValue ; 
> }

-- 
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

Reply via email to