tng         2002/12/06 05:17:29

  Modified:    c/src/xercesc/sax SAXException.hpp
  Log:
  [Bug 9083] Make SAXNotSupportedException and SAXNotRecognizedException to be 
exportable
  
  Revision  Changes    Path
  1.3       +5 -2      xml-xerces/c/src/xercesc/sax/SAXException.hpp
  
  Index: SAXException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/sax/SAXException.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SAXException.hpp  4 Nov 2002 14:56:26 -0000       1.2
  +++ SAXException.hpp  6 Dec 2002 13:17:29 -0000       1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.3  2002/12/06 13:17:29  tng
  + * [Bug 9083] Make SAXNotSupportedException and SAXNotRecognizedException to be 
exportable
  + *
    * Revision 1.2  2002/11/04 14:56:26  tng
    * C++ Namespace Support.
    *
  @@ -220,7 +223,7 @@
       XMLCh*  fMsg;
   };
   
  -class SAXNotSupportedException : public SAXException
  +class SAX_EXPORT SAXNotSupportedException : public SAXException
   {
   
   public:
  @@ -248,7 +251,7 @@
       SAXNotSupportedException(const SAXException& toCopy);
   };
   
  -class SAXNotRecognizedException : public SAXException
  +class SAX_EXPORT SAXNotRecognizedException : public SAXException
   {
   public:
        SAXNotRecognizedException();
  
  
  

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

Reply via email to