You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/07/21 21:27:46 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesToXalanNodeMap.cpp

dbertoni    00/07/21 12:27:46

  Modified:    c/src/XercesParserLiaison XercesToXalanNodeMap.cpp
  Log:
  Reset counter in clear().
  
  Revision  Changes    Path
  1.3       +2 -0      xml-xalan/c/src/XercesParserLiaison/XercesToXalanNodeMap.cpp
  
  Index: XercesToXalanNodeMap.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesToXalanNodeMap.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XercesToXalanNodeMap.cpp	2000/05/11 19:04:31	1.2
  +++ XercesToXalanNodeMap.cpp	2000/07/21 19:27:44	1.3
  @@ -140,6 +140,8 @@
   {
   	m_xalanMap.clear();
   	m_xercesMap.clear();
  +
  +	m_counter = 0;
   }