dbertoni    2003/03/11 17:20:51

  Modified:    c/src/XPath XNodeSetNodeProxy.hpp
  Log:
  Made nested class public to work around Tru64 compiler bug.
  
  Revision  Changes    Path
  1.2       +6 -7      xml-xalan/c/src/XPath/XNodeSetNodeProxy.hpp
  
  Index: XNodeSetNodeProxy.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XNodeSetNodeProxy.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XNodeSetNodeProxy.hpp     13 Feb 2003 00:13:21 -0000      1.1
  +++ XNodeSetNodeProxy.hpp     12 Mar 2003 01:20:51 -0000      1.2
  @@ -117,13 +117,6 @@
        virtual size_type
        getLength() const;
   
  -protected:
  -
  -     virtual eObjectType
  -     getRealType() const;
  -
  -private:
  -
        // A proxy class to implement NodeRefListBase...
        class Proxy : public NodeRefListBase
        {
  @@ -146,6 +139,12 @@
                XalanNode*      m_node;
        };
   
  +protected:
  +
  +     virtual eObjectType
  +     getRealType() const;
  +
  +private:
   
        // Not implemented...
        XNodeSetNodeProxy&
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to