You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/07/15 23:52:32 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/AIX AIXPlatformUtils.cpp

peiyongz    2002/07/15 14:52:32

  Modified:    c/src/xercesc/util/Platforms/AIX AIXPlatformUtils.cpp
  Log:
  CouldNotWriteToFile
  
  Revision  Changes    Path
  1.8       +2 -3      xml-xerces/c/src/xercesc/util/Platforms/AIX/AIXPlatformUtils.cpp
  
  Index: AIXPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/AIX/AIXPlatformUtils.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AIXPlatformUtils.cpp	24 Jun 2002 15:54:39 -0000	1.7
  +++ AIXPlatformUtils.cpp	15 Jul 2002 21:52:32 -0000	1.8
  @@ -299,8 +299,7 @@
   
           if(ferror((FILE*)theFile))
           {
  -            ThrowXML(XMLPlatformUtilsException, XMLExcepts::File_CouldNotReadFromFile);
  -          //ThrowXML(XMLPlatformUtilsException, XMLExcepts::File_CouldNotWriteToFile);
  +            ThrowXML(XMLPlatformUtilsException, XMLExcepts::File_CouldNotWriteToFile);
           }
   
           if (bytesWritten < toWrite) //incomplete write
  
  
  

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