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 na...@apache.org on 2005/06/30 08:57:36 UTC

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

nadiramra    2005/06/29 23:57:36

  Modified:    c/include/axis AxisUserAPI.h
  Log:
  Should be using AxsicChar, not AxisChar, in typedefs.
  
  Revision  Changes    Path
  1.13      +13 -13    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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AxisUserAPI.h	29 Jun 2005 01:16:32 -0000	1.12
  +++ AxisUserAPI.h	30 Jun 2005 06:57:35 -0000	1.13
  @@ -41,73 +41,73 @@
    * @typedef xsdc__normalizedString
    * Axis C++ defined type for xml basic type normalizedString
    */
  -typedef AxisChar * xsdc__normalizedString;
  +typedef AxiscChar * xsdc__normalizedString;
   
   /**
    * @typedef xsdc__token
    * Axis C++ defined type for xml basic type token
    */
  -typedef AxisChar * xsdc__token;
  +typedef AxiscChar * xsdc__token;
   
   /**
    * @typedef xsdc__language
    * Axis C++ defined type for xml basic type language
    */
  -typedef AxisChar * xsdc__language;
  +typedef AxiscChar * xsdc__language;
   
   /**
    * @typedef xsdc__Name
    * Axis C++ defined type for xml basic type Name
    */
  -typedef AxisChar * xsdc__Name;
  +typedef AxiscChar * xsdc__Name;
   
   /**
    * @typedef xsdc__NCName
    * Axis C++ defined type for xml basic type NCName
    */
  -typedef AxisChar * xsdc__NCName;
  +typedef AxiscChar * xsdc__NCName;
   
   /**
    * @typedef xsdc__ID
    * Axis C++ defined type for xml basic type ID
    */
  -typedef AxisChar * xsdc__ID;
  +typedef AxiscChar * xsdc__ID;
   
   /**
    * @typedef xsdc__IDREF
    * Axis C++ defined type for xml basic type IDREF
    */
  -typedef AxisChar * xsdc__IDREF;
  +typedef AxiscChar * xsdc__IDREF;
   
   /**
    * @typedef xsdc__IDREFS
    * Axis C++ defined type for xml basic type IDREFS
    */
  -typedef AxisChar * xsdc__IDREFS;
  +typedef AxiscChar * xsdc__IDREFS;
   
   /**
    * @typedef xsdc__ENTITY
    * Axis C++ defined type for xml basic type ENTITY
    */
  -typedef AxisChar * xsdc__ENTITY;
  +typedef AxiscChar * xsdc__ENTITY;
   
   /**
    * @typedef xsdc__ENTITIES
    * Axis C++ defined type for xml basic type ENTITIES
    */
  -typedef AxisChar * xsdc__ENTITIES;
  +typedef AxiscChar * xsdc__ENTITIES;
   
   /**
    * @typedef xsdc__NMTOKEN
    * Axis C++ defined type for xml basic type NMTOKEN
    */
  -typedef AxisChar * xsdc__NMTOKEN;
  +typedef AxiscChar * xsdc__NMTOKEN;
   
   /**
    * @typedef xsdc__NMTOKENS
    * Axis C++ defined type for xml basic type NMTOKENS
    */
  -typedef AxisChar * xsdc__NMTOKENS;
  +typedef AxiscChar * xsdc__NMTOKENS;
   
   /**
    * @typedef xsdc__integer
  @@ -180,7 +180,7 @@
    * @typedef xsd__notation
    * Axis C++ defined type for xml basic type NOTATION
    */
  -typedef AxisChar * xsdc__notation;
  +typedef AxiscChar * xsdc__notation;
   
   /**
    * @typedef xsdc__dateTime