dbertoni 2003/02/12 18:26:43
Modified: c/src/XPath XStringBase.hpp
Log:
Added using declaration.
Revision Changes Path
1.6 +7 -1 xml-xalan/c/src/XPath/XStringBase.hpp
Index: XStringBase.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XStringBase.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XStringBase.hpp 21 Nov 2002 01:26:18 -0000 1.5
+++ XStringBase.hpp 13 Feb 2003 02:26:43 -0000 1.6
@@ -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
@@ -82,6 +82,8 @@
{
public:
+ typedef XObject ParentType;
+
/**
* Construct an XStringBase object from a string.
*
@@ -119,6 +121,10 @@
str(
FormatterListener& formatterListener,
MemberFunctionPtr function) const = 0;
+
+#if !defined(XALAN_NO_USING_DECLARATION)
+ using ParentType::str;
+#endif
virtual double
stringLength() const = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]