tng 2002/12/06 05:27:22
Modified: c/src/xercesc/validators/DTD DTDAttDefList.hpp
Log:
[Bug 9083] Make some classes be exportable.
Revision Changes Path
1.3 +4 -1 xml-xerces/c/src/xercesc/validators/DTD/DTDAttDefList.hpp
Index: DTDAttDefList.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDAttDefList.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DTDAttDefList.hpp 4 Nov 2002 14:50:40 -0000 1.2
+++ DTDAttDefList.hpp 6 Dec 2002 13:27:22 -0000 1.3
@@ -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 @@
// 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 :
// -----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]