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:06:49 UTC

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

whitlock    2004/10/14 05:06:49

  Modified:    c/include/axis/server GDefine.h
  Log:
  Move AXIS_SEVERITY_LEVEL to AxisTrace.h since it should be internal-only
  
  Revision  Changes    Path
  1.18      +0 -4      ws-axis/c/include/axis/server/GDefine.h
  
  Index: GDefine.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/GDefine.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- GDefine.h	10 Sep 2004 11:35:09 -0000	1.17
  +++ GDefine.h	14 Oct 2004 12:06:49 -0000	1.18
  @@ -43,10 +43,6 @@
   { 
       APTHTTP=1, APTFTP, APTSMTP, APTHTTPS, APTOTHER 
   } AXIS_PROTOCOL_TYPE;
  -typedef enum 
  -{ 
  -    CRITICAL=1, WARN, INFO, TRIVIAL
  -} AXIS_SEVERITY_LEVEL;
   
   #define SOAPACTIONHEADER "SOAPAction"