Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 15833 invoked from network); 22 Mar 2005 09:55:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Mar 2005 09:55:49 -0000 Received: (qmail 91362 invoked by uid 500); 22 Mar 2005 09:55:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 91316 invoked by uid 500); 22 Mar 2005 09:55:47 -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 91302 invoked by uid 99); 22 Mar 2005 09:55:47 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 22 Mar 2005 01:55:45 -0800 Received: (qmail 15802 invoked by uid 1877); 22 Mar 2005 09:55:44 -0000 Date: 22 Mar 2005 09:55:44 -0000 Message-ID: <20050322095544.15801.qmail@minotaur.apache.org> From: dicka@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/include/axis AxisUserAPI.h AxisUserAPI.hpp X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N dicka 2005/03/22 01:55:44 Modified: c/include/axis AxisUserAPI.h AxisUserAPI.hpp Log: Document the currently supported xsd basic types. Submitted by: Adrian Dick Revision Changes Path 1.6 +3 -0 ws-axis/c/include/axis/AxisUserAPI.h Index: AxisUserAPI.h =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/AxisUserAPI.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- AxisUserAPI.h 18 Feb 2005 11:11:16 -0000 1.5 +++ AxisUserAPI.h 22 Mar 2005 09:55:44 -0000 1.6 @@ -25,6 +25,9 @@ * @file AxisUserAPI.h * This file contains types defined in Axis C++. The mapping of basic xsd types * to the C language types. + * + * The following xsd basic types are supported: + * - anyURI, base64Binary, boolean, byte, date, dateTime, decimal, double, duration, float, hexBinary, int, integer, long, NMTOKEN, notation, QName, short, string, time, unsignedByte, unsignedInt, unsignedLong and \c unsignedShort. */ /** 1.5 +4 -0 ws-axis/c/include/axis/AxisUserAPI.hpp Index: AxisUserAPI.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/AxisUserAPI.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AxisUserAPI.hpp 18 Feb 2005 11:11:16 -0000 1.4 +++ AxisUserAPI.hpp 22 Mar 2005 09:55:44 -0000 1.5 @@ -28,6 +28,10 @@ * @file AxisUserAPI.hpp * This file contains types defined in Axis C++. The mapping of basic xsd types * to the C language types. + * + * The following xsd basic types are supported: + * - anyURI, base64Binary, boolean, byte, date, dateTime, decimal, double, duration, float, hexBinary, int, integer, long, NMTOKEN, notation, QName, short, string, time, unsignedByte, unsignedInt, unsignedLong and \c unsignedShort. + * * @author Susantha Kumara (susantha@opensource.lk, skumara@virtusa.com) */