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/03/31 06:10:19 UTC

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

damitha     2004/03/30 20:10:19

  Modified:    c/include/axis/server GDefine.h
  Log:
  
  
  Revision  Changes    Path
  1.9       +2 -0      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- GDefine.h	30 Mar 2004 10:47:48 -0000	1.8
  +++ GDefine.h	31 Mar 2004 04:10:19 -0000	1.9
  @@ -67,6 +67,8 @@
   #define __GDEFINE_INCLUDED__
   /* This file contains all global definitions that are valid across whole Axis C++ project.*/
   
  +typedef enum {SECURE, UNSECURE} AXIS_SECURE_PROTOCOL;
  +
   typedef enum 
   { 
   	AXIS_SUCCESS=0,