You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/05/20 16:25:02 UTC

svn commit: r408003 - /webservices/axis/trunk/c/include/axis/AxisException.hpp

Author: nadiramra
Date: Sat May 20 07:25:02 2006
New Revision: 408003

URL: http://svn.apache.org/viewvc?rev=408003&view=rev
Log:
remove const from retyrn datatype of const int.

Modified:
    webservices/axis/trunk/c/include/axis/AxisException.hpp

Modified: webservices/axis/trunk/c/include/axis/AxisException.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/include/axis/AxisException.hpp?rev=408003&r1=408002&r2=408003&view=diff
==============================================================================
--- webservices/axis/trunk/c/include/axis/AxisException.hpp (original)
+++ webservices/axis/trunk/c/include/axis/AxisException.hpp Sat May 20 07:25:02 2006
@@ -465,7 +465,7 @@
      *
      * @return Exception code
      */
-    virtual const int getExceptionCode() const { return m_iExceptionCode; }
+    virtual int getExceptionCode() const { return m_iExceptionCode; }
 
     /**
      * This can be called to set the exception code



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org