You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/05/16 16:04:46 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Cygwin CygwinTransService.cpp

neilg       2003/05/16 07:04:46

  Modified:    c/src/xercesc/util/Transcoders/Cygwin CygwinTransService.cpp
  Log:
  fix compilation error
  
  Revision  Changes    Path
  1.7       +4 -1      xml-xerces/c/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp
  
  Index: CygwinTransService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CygwinTransService.cpp	16 May 2003 06:01:57 -0000	1.6
  +++ CygwinTransService.cpp	16 May 2003 14:04:46 -0000	1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.7  2003/05/16 14:04:46  neilg
  + * fix compilation error
  + *
    * Revision 1.6  2003/05/16 06:01:57  knoaman
    * Partial implementation of the configurable memory manager.
    *
  @@ -1031,7 +1034,7 @@
       return retVal;
   }
   
  -char* CygwinLCPTranscoder::transcode(const XMLCh* const toTranscode
  +char* CygwinLCPTranscoder::transcode(const XMLCh* const toTranscode,
                                        MemoryManager* const manager)
   {
       if (!toTranscode)
  
  
  

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