Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 11569 invoked from network); 8 Jun 2004 05:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jun 2004 05:26:36 -0000 Received: (qmail 90791 invoked by uid 500); 8 Jun 2004 05:26:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 90611 invoked by uid 500); 8 Jun 2004 05:26:44 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 90597 invoked by uid 99); 8 Jun 2004 05:26:44 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 07 Jun 2004 22:26:44 -0700 Received: (qmail 11426 invoked by uid 1682); 8 Jun 2004 05:26:13 -0000 Date: 8 Jun 2004 05:26:13 -0000 Message-ID: <20040608052613.11425.qmail@minotaur.apache.org> From: susantha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/include/axis/server AxisUserAPI.h IWrapperSoapSerializer.h X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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"