pauldick    01/03/20 14:13:07

  Modified:    c/Tests/Performance perf.cpp
  Log:
  Added catch for XalanFileOutputStreamOpenException
  
  Revision  Changes    Path
  1.15      +5 -0      xml-xalan/c/Tests/Performance/perf.cpp
  
  Index: perf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Performance/perf.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- perf.cpp  2001/03/15 16:36:01     1.14
  +++ perf.cpp  2001/03/20 22:13:06     1.15
  @@ -570,6 +570,11 @@
   
                }//try
   
  +             catch(XalanFileOutputStream::XalanFileOutputStreamOpenException)
  +             {
  +                     cerr << "Could not open output file" << endl << endl;
  +             }
  +
                catch(...)
                {
                        cerr << "Exception caught!!!" << endl  << endl;
  
  
  

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

Reply via email to