You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/06/14 07:36:03 UTC

cvs commit: xml-xerces/perl Xerces.i

jasons      01/06/13 22:36:03

  Modified:    perl     Xerces.i
  Log:
  	* Xerces.i (Repository):
  	Needed iostream.h
  	Added XMLException and PerlExceptionHandler
  
  Revision  Changes    Path
  1.8       +4 -0      xml-xerces/perl/Xerces.i
  
  Index: Xerces.i
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces.i,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Xerces.i	2001/05/05 23:16:37	1.7
  +++ Xerces.i	2001/06/14 05:36:02	1.8
  @@ -2,6 +2,7 @@
   %{
   #include <stdio.h>
   #include <strstream.h>
  +#include <iostream.h>
   #include <string.h>
   #include <sax/InputSource.hpp>
   #include <sax/SAXException.hpp>
  @@ -28,6 +29,7 @@
   #include <PerlErrorCallbackHandler.hpp>
   #include <PerlDocumentCallbackHandler.hpp>
   #include <PerlContentCallbackHandler.hpp>
  +#include <PerlExceptionHandler.hpp>
   %}
   
   /**************/
  @@ -622,6 +624,7 @@
   /* NECESSARY SUPPORT FILES (typedefs 'N THINGS) */
   %include "Xerces_headers/util/XercesDefs.hpp"
   %include "Xerces_headers/util/XMLURL.hpp"
  +%include "Xerces_headers/util/XMLException.hpp"
   %include "Xerces_headers/util/Compilers/GCCDefs.hpp"
   
   /* NEEDED FOR INITIALIZATION AND TERMINATION */
  @@ -650,6 +653,7 @@
   %include "PerlErrorCallbackHandler.swig.hpp"
   %include "PerlDocumentCallbackHandler.swig.hpp"
   %include "PerlContentCallbackHandler.swig.hpp"
  +%include "PerlExceptionHandler.swig.hpp"
   
   /* INCLUDE FILES IN "dom" DIRECTORY, ESSENTIALLY ALL OF THESE ARE NODE TYPES */
   %include "Xerces_headers/dom/DOMString.hpp"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org