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...@apache.org on 2005/10/13 21:58:55 UTC

cvs commit: xml-xalan/c/Tests/Conf conf.cpp

dbertoni    2005/10/13 12:58:55

  Modified:    c/Tests/Conf conf.cpp
  Log:
  Fixed glitch with use of MemoryManager.
  
  Revision  Changes    Path
  1.46      +1 -1      xml-xalan/c/Tests/Conf/conf.cpp
  
  Index: conf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- conf.cpp	12 May 2005 05:38:09 -0000	1.45
  +++ conf.cpp	13 Oct 2005 19:58:55 -0000	1.46
  @@ -205,7 +205,7 @@
   
       h.data.xmlFormat = XalanDOMString("Xerces_DOM", mgr);
   
  -    XercesDOMParser  theParser;
  +    XercesDOMParser  theParser(0, &mgr);
   
       theParser.setDoValidation(true);
       theParser.setDoNamespaces(true);
  
  
  

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