dbertoni    2003/01/24 09:06:40

  Modified:    c/samples/TransformToXercesDOM TransformToXercesDOM.cpp
  Log:
  Added const qualifiers.
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-xalan/c/samples/TransformToXercesDOM/TransformToXercesDOM.cpp
  
  Index: TransformToXercesDOM.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/samples/TransformToXercesDOM/TransformToXercesDOM.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TransformToXercesDOM.cpp  24 Jan 2003 02:33:41 -0000      1.1
  +++ TransformToXercesDOM.cpp  24 Jan 2003 17:06:40 -0000      1.2
  @@ -140,7 +140,7 @@
   
                                XalanTransformer        theTransformer;
   
  -                             XalanParsedSource*      theParsedSource = 0;
  +                             const XalanParsedSource*        theParsedSource 
= 0;
   
                                theResult = theTransformer.parseSource(argv[1], 
theParsedSource);
   
  @@ -154,7 +154,7 @@
                                {
                                        assert(theParsedSource != 0);
   
  -                                     XalanCompiledStylesheet*        
theCompiledStylesheet = 0;
  +                                     const XalanCompiledStylesheet*  
theCompiledStylesheet = 0;
   
                                        theResult = 
theTransformer.compileStylesheet(argv[2], theCompiledStylesheet);
   
  
  
  

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

Reply via email to