You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/07 20:21:29 UTC

cvs commit: xml-xerces/c/src/sax2 Attributes.hpp ContentHandler.hpp DefaultHandler.hpp SAX2XMLReader.hpp XMLReaderFactory.hpp

jpolast     00/08/07 11:21:28

  Modified:    c/src/sax2 Attributes.hpp ContentHandler.hpp
                        DefaultHandler.hpp SAX2XMLReader.hpp
                        XMLReaderFactory.hpp
  Log:
  change SAX_EXPORT module to SAX2_EXPORT
  
  Revision  Changes    Path
  1.2       +7 -2      xml-xerces/c/src/sax2/Attributes.hpp
  
  Index: Attributes.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/Attributes.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Attributes.hpp	2000/08/02 18:02:34	1.1
  +++ Attributes.hpp	2000/08/07 18:21:26	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: Attributes.hpp,v $
  + * Revision 1.2  2000/08/07 18:21:26  jpolast
  + * change SAX_EXPORT module to SAX2_EXPORT
  + *
    * Revision 1.1  2000/08/02 18:02:34  jpolast
    * initial checkin of sax2 implementation
    * submitted by Simon Fell (simon@fell.com)
  @@ -122,7 +125,7 @@
     * @see AttributesImpl#AttributesImpl
     */
   
  -class SAX_EXPORT Attributes
  +class SAX2_EXPORT Attributes
   {
   public:
       // -----------------------------------------------------------------------
  
  
  
  1.2       +7 -2      xml-xerces/c/src/sax2/ContentHandler.hpp
  
  Index: ContentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/ContentHandler.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContentHandler.hpp	2000/08/02 18:02:34	1.1
  +++ ContentHandler.hpp	2000/08/07 18:21:27	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: ContentHandler.hpp,v $
  + * Revision 1.2  2000/08/07 18:21:27  jpolast
  + * change SAX_EXPORT module to SAX2_EXPORT
  + *
    * Revision 1.1  2000/08/02 18:02:34  jpolast
    * initial checkin of sax2 implementation
    * submitted by Simon Fell (simon@fell.com)
  @@ -101,7 +104,7 @@
     * @see Sax2HandlerBase#Sax2HandlerBase
     */
   
  -class SAX_EXPORT ContentHandler
  +class SAX2_EXPORT ContentHandler
   {
   public:
       /** @name Constructors and Destructor */
  
  
  
  1.2       +7 -2      xml-xerces/c/src/sax2/DefaultHandler.hpp
  
  Index: DefaultHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/DefaultHandler.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultHandler.hpp	2000/08/02 18:02:34	1.1
  +++ DefaultHandler.hpp	2000/08/07 18:21:27	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DefaultHandler.hpp,v $
  + * Revision 1.2  2000/08/07 18:21:27  jpolast
  + * change SAX_EXPORT module to SAX2_EXPORT
  + *
    * Revision 1.1  2000/08/02 18:02:34  jpolast
    * initial checkin of sax2 implementation
    * submitted by Simon Fell (simon@fell.com)
  @@ -97,7 +100,7 @@
     * @see ErrorHandler#ErrorHandler
     */
   
  -class SAX_EXPORT DefaultHandler :
  +class SAX2_EXPORT DefaultHandler :
   
       public EntityResolver, 
   	public DTDHandler, 
  
  
  
  1.2       +7 -2      xml-xerces/c/src/sax2/SAX2XMLReader.hpp
  
  Index: SAX2XMLReader.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/SAX2XMLReader.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAX2XMLReader.hpp	2000/08/02 18:02:35	1.1
  +++ SAX2XMLReader.hpp	2000/08/07 18:21:27	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2XMLReader.hpp,v $
  + * Revision 1.2  2000/08/07 18:21:27  jpolast
  + * change SAX_EXPORT module to SAX2_EXPORT
  + *
    * Revision 1.1  2000/08/02 18:02:35  jpolast
    * initial checkin of sax2 implementation
    * submitted by Simon Fell (simon@fell.com)
  @@ -76,7 +79,7 @@
   class ErrorHandler;
   class InputSource;
   
  -class SAX_EXPORT SAX2XMLReader
  +class SAX2_EXPORT SAX2XMLReader
   {
   public:
   
  
  
  
  1.2       +7 -2      xml-xerces/c/src/sax2/XMLReaderFactory.hpp
  
  Index: XMLReaderFactory.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/XMLReaderFactory.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLReaderFactory.hpp	2000/08/02 18:02:35	1.1
  +++ XMLReaderFactory.hpp	2000/08/07 18:21:27	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: XMLReaderFactory.hpp,v $
  + * Revision 1.2  2000/08/07 18:21:27  jpolast
  + * change SAX_EXPORT module to SAX2_EXPORT
  + *
    * Revision 1.1  2000/08/02 18:02:35  jpolast
    * initial checkin of sax2 implementation
    * submitted by Simon Fell (simon@fell.com)
  @@ -70,7 +73,7 @@
   #include <parsers/SAX2XMLReaderImpl.hpp>
   #include <sax/SAXException.hpp>
   
  -class SAX_EXPORT XMLReaderFactory
  +class SAX2_EXPORT XMLReaderFactory
   {
   private:
   	XMLReaderFactory() ;