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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to