You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by su...@apache.org on 2004/06/08 07:26:13 UTC

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

susantha    2004/06/07 22:26:13

  Modified:    c/include/axis/server AxisUserAPI.h IWrapperSoapSerializer.h
  Log:
  Corrected compilation problem of C samples on Linux
  
  Revision  Changes    Path
  1.12      +2 -2      ws-axis/c/include/axis/server/AxisUserAPI.h
  
  Index: AxisUserAPI.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/AxisUserAPI.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AxisUserAPI.h	7 Jun 2004 04:55:31 -0000	1.11
  +++ AxisUserAPI.h	8 Jun 2004 05:26:13 -0000	1.12
  @@ -99,10 +99,10 @@
   
   typedef char* XML_String;
   
  -struct AnyType
  +typedef struct 
   {
   	XML_String* _array;
   	int _size;
  -};
  +} AnyType;
   
   #endif
  
  
  
  1.16      +2 -2      ws-axis/c/include/axis/server/IWrapperSoapSerializer.h
  
  Index: IWrapperSoapSerializer.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/IWrapperSoapSerializer.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- IWrapperSoapSerializer.h	7 Jun 2004 04:55:31 -0000	1.15
  +++ IWrapperSoapSerializer.h	8 Jun 2004 05:26:13 -0000	1.16
  @@ -17,9 +17,9 @@
   #if !defined(_IWRAPPERSOAPSERIALIZER_H____OF_AXIS_INCLUDED_)
   #define _IWRAPPERSOAPSERIALIZER_H____OF_AXIS_INCLUDED_
   
  -#ifdef __cplusplus
  -
   #include "AxisUserAPI.h"
  +
  +#ifdef __cplusplus
   #include "TypeMapping.h"
   #include "ISoapSerializer.h"
   #include "WSDDDefines.h"