You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/05 13:50:27 UTC

cvs commit: xml-xerces/c/src/idom Makefile.in

tng         01/06/05 04:50:27

  Modified:    c/src/idom Makefile.in
  Log:
  Fix typo, should be IDTreeWalkerImpl.
  
  Revision  Changes    Path
  1.6       +3 -3      xml-xerces/c/src/idom/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/idom/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	2001/06/04 20:11:53	1.5
  +++ Makefile.in	2001/06/05 11:50:24	1.6
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.5 2001/06/04 20:11:53 tng Exp $
  +# $Id: Makefile.in,v 1.6 2001/06/05 11:50:24 tng Exp $
   #
   
   PLATFORM = @platform@
  @@ -132,7 +132,7 @@
          IDProcessingInstructionImpl.hpp \
          IDRangeImpl.hpp \
          IDTextImpl.hpp \
  -       IDTreeWalker.hpp \
  +       IDTreeWalkerImpl.hpp \
          IDXMLDeclImpl.hpp
   
   IDOM_C_FILES = \
  @@ -170,7 +170,7 @@
          IDRangeImpl.$(TO) \
          IDStringPool.$(TO) \
          IDTextImpl.$(TO) \
  -       IDTreeWalker.$(TO) \
  +       IDTreeWalkerImpl.$(TO) \
          IDXMLDeclImpl.$(TO)
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org