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:48 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/HPUX HPPlatformUtils.cpp

peiyongz    2002/07/15 14:52:48

  Modified:    c/src/xercesc/util/Platforms/HPUX HPPlatformUtils.cpp
  Log:
  CouldNotWriteToFile
  
  Revision  Changes    Path
  1.6       +4 -2      xml-xerces/c/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp
  
  Index: HPPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HPPlatformUtils.cpp	24 Jun 2002 15:55:03 -0000	1.5
  +++ HPPlatformUtils.cpp	15 Jul 2002 21:52:48 -0000	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2002/07/15 21:52:48  peiyongz
  + * CouldNotWriteToFile
  + *
    * Revision 1.5  2002/06/24 15:55:03  peiyongz
    * Change from James Berry( jberry@criticalpath.com)
    *
  @@ -416,8 +419,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