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 wh...@apache.org on 2004/10/14 14:07:43 UTC

cvs commit: ws-axis/c/src/common AxisTrace.h

whitlock    2004/10/14 05:07:43

  Modified:    c/src/common AxisTrace.h
  Log:
  Move AXIS_SEVERITY_LEVEL from GDefine.h to AxisTrace.h since it
  should be internal-only.
  
  Revision  Changes    Path
  1.11      +4 -0      ws-axis/c/src/common/AxisTrace.h
  
  Index: AxisTrace.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- AxisTrace.h	12 Oct 2004 15:20:22 -0000	1.10
  +++ AxisTrace.h	14 Oct 2004 12:07:43 -0000	1.11
  @@ -38,6 +38,10 @@
     #define AXISTRACE3(X) "";
   #endif
   
  +typedef enum 
  +{ 
  +    CRITICAL=1, WARN, INFO, TRIVIAL
  +} AXIS_SEVERITY_LEVEL;
   
   //using namespace std;