dbertoni 2003/02/12 18:28:06
Modified: c/src/XPath XUnknown.hpp
Log:
Added using declaration.
Revision Changes Path
1.14 +7 -1 xml-xalan/c/src/XPath/XUnknown.hpp
Index: XUnknown.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XUnknown.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- XUnknown.hpp 21 Nov 2002 01:26:18 -0000 1.13
+++ XUnknown.hpp 13 Feb 2003 02:28:06 -0000 1.14
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -81,6 +81,8 @@
{
public:
+ typedef XObject ParentType;
+
/**
* Perform static initialization. See class XPathInit.
*/
@@ -130,6 +132,10 @@
str(
FormatterListener& formatterListener,
MemberFunctionPtr function) const;
+
+#if !defined(XALAN_NO_USING_DECLARATION)
+ using ParentType::str;
+#endif
virtual double
stringLength() const;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]