Skip to content
Snippets Groups Projects
Commit ac3b681a authored by Tinny Ng's avatar Tinny Ng
Browse files

[Bug 9083] Make some classes be exportable.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174469 13f79535-47bb-0310-9956-ffa450edef68
parent cf3b4953
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
/*
* $Log$
* Revision 1.3 2002/12/06 13:27:22 tng
* [Bug 9083] Make some classes be exportable.
*
* Revision 1.2 2002/11/04 14:50:40 tng
* C++ Namespace Support.
*
......@@ -102,7 +105,7 @@ XERCES_CPP_NAMESPACE_BEGIN
// This clss does not adopt the hash table, it just references it. The
// hash table is owned by the element decl it is a member of.
//
class DTDAttDefList : public XMLAttDefList
class VALIDATORS_EXPORT DTDAttDefList : public XMLAttDefList
{
public :
// -----------------------------------------------------------------------
......
......@@ -56,6 +56,9 @@
/*
* $Log$
* Revision 1.3 2002/12/06 13:27:14 tng
* [Bug 9083] Make some classes be exportable.
*
* Revision 1.2 2002/11/04 14:49:41 tng
* C++ Namespace Support.
*
......@@ -92,7 +95,7 @@ XERCES_CPP_NAMESPACE_BEGIN
// This class does not adopt the hash table, it just references it. The
// hash table is owned by the element decl it is a member of.
//
class SchemaAttDefList : public XMLAttDefList
class VALIDATORS_EXPORT SchemaAttDefList : public XMLAttDefList
{
public :
// -----------------------------------------------------------------------
......
......@@ -83,7 +83,7 @@
XERCES_CPP_NAMESPACE_BEGIN
class SchemaInfo
class VALIDATORS_EXPORT SchemaInfo
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment