dbertoni 01/07/18 21:39:23
Modified: c/src/XSLT NodeSorter.hpp
Log:
Export all classes.
Revision Changes Path
1.15 +4 -4 xml-xalan/c/src/XSLT/NodeSorter.hpp
Index: NodeSorter.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/NodeSorter.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- NodeSorter.hpp 2001/05/15 14:19:55 1.14
+++ NodeSorter.hpp 2001/07/19 04:39:23 1.15
@@ -92,11 +92,11 @@
/**
* This class can sort vectors of nodes according to a select pattern.
*/
-class NodeSorter
+class XALAN_XSLT_EXPORT NodeSorter
{
public:
- struct VectorEntry
+ struct XALAN_XSLT_EXPORT VectorEntry
{
public:
@@ -147,9 +147,9 @@
* Return the results of a compare of two nodes.
*/
#if defined(XALAN_NO_NAMESPACES)
- struct NodeSortKeyCompare : public binary_function<const
NodeVectorType::value_type&, const NodeVectorType::value_type&, bool>
+ struct XALAN_XSLT_EXPORT NodeSortKeyCompare : public
binary_function<const NodeVectorType::value_type&, const
NodeVectorType::value_type&, bool>
#else
- struct NodeSortKeyCompare : public std::binary_function<const
NodeVectorType::value_type&, const NodeVectorType::value_type&, bool>
+ struct XALAN_XSLT_EXPORT NodeSortKeyCompare : public
std::binary_function<const NodeVectorType::value_type&, const
NodeVectorType::value_type&, bool>
#endif
{
public:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]