dbertoni 2002/07/24 16:18:02
Modified: c/src/XSLT ResultNamespacesStack.hpp
Log:
Added empty() member function.
Revision Changes Path
1.6 +6 -0 xml-xalan/c/src/XSLT/ResultNamespacesStack.hpp
Index: ResultNamespacesStack.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultNamespacesStack.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ResultNamespacesStack.hpp 13 Aug 2001 17:08:53 -0000 1.5
+++ ResultNamespacesStack.hpp 24 Jul 2002 23:18:02 -0000 1.6
@@ -131,6 +131,12 @@
return m_resultNamespaces.size();
}
+ bool
+ empty() const
+ {
+ return m_resultNamespaces.empty();
+ }
+
private:
// not implemented
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]