dmitryh     2004/11/15 08:32:18

  Modified:    c/src/xalanc/TestXPath TestXPath.cpp
  Log:
  Fixed bug of calling an unexisting constractor
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/c/src/xalanc/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/TestXPath/TestXPath.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestXPath.cpp     14 Nov 2004 03:24:40 -0000      1.8
  +++ TestXPath.cpp     15 Nov 2004 16:32:17 -0000      1.9
  @@ -1326,7 +1326,7 @@
                XPathInit                                               
theXPathInit( theManager );
   
                XPathEnvSupportDefault                  theXPathEnvSupport( 
theManager );
  -             XalanSourceTreeDOMSupport               theDOMSupport( 
theManager );
  +             XalanSourceTreeDOMSupport               theDOMSupport;
                XObjectFactoryDefault                   theXObjectFactory( 
theManager );
                XPathFactoryDefault                             
theXPathFactory( theManager );
                XPathProcessorImpl                              
theXPathProcessor( theManager );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to