dbertoni    2003/02/12 18:24:14

  Modified:    c/src/XPath XNull.hpp
  Log:
  Added using declaration.
  
  Revision  Changes    Path
  1.14      +6 -0      xml-xalan/c/src/XPath/XNull.hpp
  
  Index: XNull.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XNull.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XNull.hpp 21 Nov 2002 01:26:18 -0000      1.13
  +++ XNull.hpp 13 Feb 2003 02:24:13 -0000      1.14
  @@ -77,6 +77,8 @@
   {
   public:
   
  +     typedef XObject         ParentType;
  +
        /**
         * Create an XNull.
         *
  @@ -120,6 +122,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]

Reply via email to