You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/06/07 13:14:41 UTC

cvs commit: ws-axis/c/include/axis/server AxisException.h

damitha     2004/06/07 04:14:41

  Modified:    c/include/axis/server AxisException.h
  Log:
  
  
  Revision  Changes    Path
  1.14      +2 -2      ws-axis/c/include/axis/server/AxisException.h
  
  Index: AxisException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/AxisException.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AxisException.h	25 May 2004 08:17:30 -0000	1.13
  +++ AxisException.h	7 Jun 2004 11:14:41 -0000	1.14
  @@ -26,7 +26,7 @@
   #include <new>
   #include <typeinfo>
   #include <stdexcept>
  -#include <ios>
  +//#include <ios>
   using namespace std;
   
   
  @@ -49,7 +49,7 @@
   #define THROW_AXIS_OUT_OF_RANGE(X) throw std::out_of_range
   #define THROW_AXIS_INVALID_ARGUMENT(X) throw std::invalid_argument
   #define THROW_AXIS_OVERFLOW_ERROR(X) throw std::overflow_error
  -#define THROW_AXIS_IOS_BASE_FAILURE(X) throw std::ios_base::failure
  +//#define THROW_AXIS_IOS_BASE_FAILURE(X) throw std::ios_base::failure
   
   #define AXISC_THROW_SAME throw;