From cf3b49537469c109bc4253b050870481ef20e858 Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Fri, 6 Dec 2002 13:17:29 +0000
Subject: [PATCH] [Bug 9083] Make SAXNotSupportedException and
 SAXNotRecognizedException to be exportable

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174468 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/sax/SAXException.hpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/xercesc/sax/SAXException.hpp b/src/xercesc/sax/SAXException.hpp
index 252573dc9..02a507607 100644
--- a/src/xercesc/sax/SAXException.hpp
+++ b/src/xercesc/sax/SAXException.hpp
@@ -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 @@ protected :
     XMLCh*  fMsg;
 };
 
-class SAXNotSupportedException : public SAXException
+class SAX_EXPORT SAXNotSupportedException : public SAXException
 {
 
 public:
@@ -248,7 +251,7 @@ public:
     SAXNotSupportedException(const SAXException& toCopy);
 };
 
-class SAXNotRecognizedException : public SAXException
+class SAX_EXPORT SAXNotRecognizedException : public SAXException
 {
 public:
 	SAXNotRecognizedException();
-- 
GitLab