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 "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/12/20 09:58:15 UTC

[jira] Closed: (AXISCPP-316) Spelling mistakes in API names

     [ http://nagoya.apache.org/jira/browse/AXISCPP-316?page=history ]
     
Samisa Abeysinghe closed AXISCPP-316:
-------------------------------------

     Resolution: Fixed
    Fix Version: 1.5 Alpha

Changed the API of Stub, SOAPTransport and Axis2Transport classes to fix the mistake.
Also changed the client tests codes to make them use the correct API.
Though it is a trivial issue, fix was a bit complex ;-)

> Spelling mistakes in API names
> ------------------------------
>
>          Key: AXISCPP-316
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-316
>      Project: Axis-C++
>         Type: Improvement
>     Reporter: Manohar
>     Assignee: Samisa Abeysinghe
>     Priority: Trivial
>      Fix For: 1.5 Alpha

>
> Hello,
> The following apis are spelled incorrectly.
> getFirstTrasportPropertyKey() 
> getNextTrasportPropertyKey() 
> getCurrentTrasportPropertyKey() 
> getCurrentTrasportPropertyValue() 
> deleteCurrentTrasportProperty() 
> deleteTrasportProperty()
> These should be changed to
> getFirstTrasportPropertyKey () = getFirstTransportPropertyKey ()
> getNextTrasportPropertyKey () = getNextTransportPropertyKey ()
> getCurrentTrasportPropertyKey () = getCurrentTransportPropertyKey ()
> getCurrentTrasportPropertyValue () = getCurrentTransportPropertyValue ()
> deleteCurrentTrasportProperty () = deleteCurrentTransportProperty ()
> deleteTrasportProperty () = deleteTransportProperty 
> -Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira