Incorrect function signature in exception classes.
--------------------------------------------------

         Key: AXISCPP-869
         URL: http://issues.apache.org/jira/browse/AXISCPP-869
     Project: Axis-C++
        Type: Improvement
  Components: Basic Architecture  
    Versions: 1.5 Final    
 Environment: All
    Reporter: Duane Murphy
    Priority: Trivial


The what() function signature on all exception classes should include a const 
qualifier. The standard exception class includes this signature. Not including 
this correct signature creates a second, potentially non-virtual function 
(non-const what()) that hides the correct virtual const what().

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