You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/09/24 13:25:31 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv400 iconv_cnv.cpp

cargilld    2004/09/24 04:25:31

  Modified:    c/src/xercesc/util/Transcoders/Iconv400 iconv_cnv.cpp
  Log:
  Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
  
  Revision  Changes    Path
  1.5       +4 -1      xml-xerces/c/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp
  
  Index: iconv_cnv.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- iconv_cnv.cpp	23 Sep 2004 21:44:13 -0000	1.4
  +++ iconv_cnv.cpp	24 Sep 2004 11:25:31 -0000	1.5
  @@ -16,6 +16,9 @@
   
   /**
    * $Log$
  + * Revision 1.5  2004/09/24 11:25:31  cargilld
  + * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
  + *
    * Revision 1.4  2004/09/23 21:44:13  cargilld
    * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
    *
  @@ -42,6 +45,7 @@
    *
    */
   
  +#include <xercesc/util/XercesDefs.hpp>
   #include <stdio.h>
   #include <stdlib.h>
   #include <unistd.h>
  @@ -50,7 +54,6 @@
   #include <iconv_cnv.hpp>
   #include <qmhrtvm.h>
   #include <qusec.h>
  -#include <xercesc/util/XercesDefs.hpp>
   #include <xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp>
   #include <iconv.h>
   #include <errno.h>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org