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 2003/07/15 08:45:30 UTC

cvs commit: xml-axis/c/src/common AxisException.h

damitha     2003/07/14 23:45:30

  Modified:    c/src/common AxisException.h
  Log:
  
  
  Revision  Changes    Path
  1.3       +4 -2      xml-axis/c/src/common/AxisException.h
  
  Index: AxisException.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/common/AxisException.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisException.h	14 Jul 2003 05:26:34 -0000	1.2
  +++ AxisException.h	15 Jul 2003 06:45:30 -0000	1.3
  @@ -1,9 +1,11 @@
   #include <string>
   #include <iostream>
   #include <exception>
  +#include "../soap/SoapFaults.h"
   using namespace std;
   
  -#define AXIS_TEST_ERROR 1
  +#define TEST_EXCEPTION FAULT_LAST+1
  +
   
   class AxisException :public exception
   {
  @@ -17,7 +19,7 @@
   
     private:
       void processException(exception* e);
  -    void processException(exception* e, int e);
  +    void processException(exception* e, int exceptionCode);
       void processException(int e);
       string getMessage(exception* e);
       string getMessage(int e);