whitlock 2005/07/06 03:11:59
Modified: c/include/axis AxisException.hpp Log: Remove compiler warnings on Linux Revision Changes Path 1.10 +1 -1 ws-axis/c/include/axis/AxisException.hpp Index: AxisException.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/AxisException.hpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- AxisException.hpp 5 Jul 2005 09:33:31 -0000 1.9 +++ AxisException.hpp 6 Jul 2005 10:11:59 -0000 1.10 @@ -221,7 +221,7 @@ * * @example throw AxisException(std::bad_alloc); */ - AxisException(const AxisException& e):m_iExceptionCode(e.m_iExceptionCode), m_sMessage(e.m_sMessage){}; + AxisException(const AxisException& e):m_sMessage(e.m_sMessage),m_iExceptionCode(e.m_iExceptionCode){}; /** This accept two parameters, both an exception code an exception object * derived from std::exception