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 di...@apache.org on 2005/03/22 10:55:44 UTC

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

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:
  +  * - <tt> anyURI, base64Binary, boolean, byte, date, dateTime, decimal, double, duration, float, hexBinary, int, integer, long, NMTOKEN, notation, QName, short, string, time, unsignedByte, unsignedInt, unsignedLong</tt> 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:
  +  * - <tt> anyURI, base64Binary, boolean, byte, date, dateTime, decimal, double, duration, float, hexBinary, int, integer, long, NMTOKEN, notation, QName, short, string, time, unsignedByte, unsignedInt, unsignedLong</tt> and \c unsignedShort.
  +  * 
     * @author Susantha Kumara (susantha@opensource.lk, skumara@virtusa.com)
     */