dbertoni    2002/11/27 14:52:05

  Modified:    c/samples/XPathWrapper TestDriver.cpp
  Log:
  Fixed catch.
  
  Revision  Changes    Path
  1.11      +1 -5      xml-xalan/c/samples/XPathWrapper/TestDriver.cpp
  
  Index: TestDriver.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/TestDriver.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestDriver.cpp    27 Nov 2002 19:22:07 -0000      1.10
  +++ TestDriver.cpp    27 Nov 2002 22:52:05 -0000      1.11
  @@ -20,10 +20,6 @@
   
   
   
  -class XMLException;
  -
  -
  -
   int
   main(
                        int                             argc,
  @@ -68,7 +64,7 @@
                for (size_t i=0; i<len; i++)
                        cout << "item " << (i+1) << "= \"" << 
&*result[i].begin() << "\"" << endl;
        }
  -     catch(const XMLException&)
  +     catch(const XERCES_CPP_NAMESPACE_QUALIFIER XMLException&)
        {
                cerr << "Exception caught!  Exiting..." << endl;
        }
  
  
  

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

Reply via email to