You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/06/28 00:11:44 UTC

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

jpolast     00/06/27 15:11:41

  Modified:    c/src/util Makefile.in
  Log:
  added HashBase, HashXMLCh, HashPtr
  
  Revision  Changes    Path
  1.24      +8 -0      xml-xerces/c/src/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Makefile.in,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Makefile.in	2000/05/02 19:22:55	1.23
  +++ Makefile.in	2000/06/27 22:11:41	1.24
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.24  2000/06/27 22:11:41  jpolast
  +# added HashBase, HashXMLCh, HashPtr
  +#
   # Revision 1.23  2000/05/02 19:22:55  aruna1
   # Unix related changes in.
   #
  @@ -206,6 +209,9 @@
       CountedPointer.hpp \
       EmptyStackException.hpp \
       FlagJanitor.hpp \
  +    HashBase.hpp \
  +    HashXMLCh.hpp \
  +    HashPtr.hpp \
       IOException.hpp \
       IllegalArgumentException.hpp \
       InvalidCastException.hpp \
  @@ -277,6 +283,8 @@
       BinInputStream.$(TO) \
       BinMemInputStream.$(TO) \
       BitSet.$(TO) \
  +    HashXMLCh.$(TO) \
  +    HashPtr.$(TO) \
       HeaderDummy.$(TO) \
       KVStringPair.$(TO) \
       Mutexes.$(TO) \