dbertoni 01/06/14 12:15:43
Modified: c/src/XSLT CountersTable.cpp CountersTable.hpp
Log:
Made static member function a non-member inline function.
Revision Changes Path
1.2 +3 -3 xml-xalan/c/src/XSLT/CountersTable.cpp
Index: CountersTable.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/CountersTable.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CountersTable.cpp 2000/12/21 04:00:41 1.1
+++ CountersTable.cpp 2001/06/14 19:15:36 1.2
@@ -68,9 +68,9 @@
inline void
-CountersTable::appendBtoFList(
- NodeVectorType& flist,
- NodeVectorType& blist)
+appendBtoFList(
+ CountersTable::NodeVectorType& flist,
+ const CountersTable::NodeVectorType& blist)
{
#if !defined(XALAN_NO_NAMESPACES)
using std::back_inserter;
1.3 +1 -11 xml-xalan/c/src/XSLT/CountersTable.hpp
Index: CountersTable.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/CountersTable.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CountersTable.hpp 2001/01/12 23:24:15 1.2
+++ CountersTable.hpp 2001/06/14 19:15:37 1.3
@@ -58,7 +58,7 @@
#define XALAN_ELEMNUMBER_HEADER_GUARD_1357924680
/**
- * $Id: CountersTable.hpp,v 1.2 2001/01/12 23:24:15 dbertoni Exp $
+ * $Id: CountersTable.hpp,v 1.3 2001/06/14 19:15:37 dbertoni Exp $
*
* $State: Exp $
*
@@ -230,16 +230,6 @@
}
private:
-
- /**
- * Add a list of counted nodes that were built in backwards document
- * order, or a list of counted nodes that are in forwards document
- * order.
- */
- void
- appendBtoFList(
- NodeVectorType& flist,
- NodeVectorType& blist);
/**
* A map which holds counters for ElemNumber instances.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]