pauldick    01/03/28 08:49:02

  Modified:    c/Tests/Performance perf.cpp
  Log:
  Updates to exception handling.  Instead of creating a copy
  we deal with the original.
  
  Revision  Changes    Path
  1.16      +1 -1      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- perf.cpp  2001/03/20 22:13:06     1.15
  +++ perf.cpp  2001/03/28 16:49:00     1.16
  @@ -570,7 +570,7 @@
   
                }//try
   
  -             catch(XalanFileOutputStream::XalanFileOutputStreamOpenException)
  +             catch(const 
XalanFileOutputStream::XalanFileOutputStreamOpenException&)
                {
                        cerr << "Could not open output file" << endl << endl;
                }
  
  
  

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

Reply via email to