dbertoni    2003/02/12 18:31:23

  Modified:    c/src/XercesParserLiaison XercesDOMFormatterWalker.hpp
  Log:
  Added using declaration.
  
  Revision  Changes    Path
  1.3       +7 -0      
xml-xalan/c/src/XercesParserLiaison/XercesDOMFormatterWalker.hpp
  
  Index: XercesDOMFormatterWalker.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDOMFormatterWalker.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XercesDOMFormatterWalker.hpp      25 Jan 2003 01:02:42 -0000      1.2
  +++ XercesDOMFormatterWalker.hpp      13 Feb 2003 02:31:23 -0000      1.3
  @@ -76,6 +76,8 @@
   {
   public:
   
  +     typedef XercesDOMWalker         ParentType;
  +
        /**
         * Constructor.
         */
  @@ -91,6 +93,11 @@
   
        virtual bool
        endNode(const DOMNodeType*      node);
  +
  +#if !defined(XALAN_NO_USING_DECLARATION)
  +     using ParentType::startNode;
  +     using ParentType::endNode;
  +#endif
   
   private:
   
  
  
  

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

Reply via email to