jasons      2002/12/09 11:40:45

  Modified:    perl/Handler PerlContentCallbackHandler.hpp
  Log:
        * Handler/PerlContentCallbackHandler.hpp (Repository):
        added predefine for ContentHandler
  
  Revision  Changes    Path
  1.5       +2 -1      xml-xerces/perl/Handler/PerlContentCallbackHandler.hpp
  
  Index: PerlContentCallbackHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Handler/PerlContentCallbackHandler.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PerlContentCallbackHandler.hpp    27 Aug 2002 19:38:31 -0000      1.4
  +++ PerlContentCallbackHandler.hpp    9 Dec 2002 19:40:45 -0000       1.5
  @@ -4,7 +4,8 @@
   #include "PerlCallbackHandler.hpp"
   #include "xercesc/sax2/ContentHandler.hpp"
   #include "xercesc/util/XMLString.hpp"
  -class PerlContentCallbackHandler : public ContentHandler
  +class ContentHandler;
  +class PerlContentCallbackHandler  : public ContentHandler
   //                            , public PerlCallbackHandler 
   {
   
  
  
  

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

Reply via email to