Author: cargilld
Date: Wed Aug 10 13:57:44 2005
New Revision: 231322

URL: http://svn.apache.org/viewcvs?rev=231322&view=rev
Log:
Remove references to nonexist DOMSystemException.  Jira 1400.

Modified:
    xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp
URL: 
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp?rev=231322&r1=231321&r2=231322&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp Wed Aug 10 
13:57:44 2005
@@ -514,17 +514,8 @@
     {
         throw;
     }
-    //
-    // DOMSystemException
-    // This exception will be raised in response to any sort of IO or system
-    // error that occurs while writing to the destination. It may wrap an
-    // underlying system exception.
-    //
-    //catch (RuntimeException const &)
     catch (...)
     {
-        // REVISIT generate a DOMSystemException wrapping the underlying
-        //         exception.
         destination->flush();
         throw;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to