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 2002/01/04 19:43:38 UTC

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

dbertoni    02/01/04 10:43:38

  Modified:    c/Tests/Conf conf.cpp
  Log:
  Don't use deprecated constructor.
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- conf.cpp	19 Dec 2001 18:16:07 -0000	1.20
  +++ conf.cpp	4 Jan 2002 18:43:38 -0000	1.21
  @@ -205,7 +205,7 @@
   	theDOM.normalize();
   
   	XercesDOMSupport	theDOMSupport;
  -	XercesParserLiaison theParserLiaison(theDOMSupport);
  +	XercesParserLiaison theParserLiaison;
   
   	try
   	{
  
  
  

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