dbertoni    01/04/11 16:14:58

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Fixed some errors.
  
  Revision  Changes    Path
  1.20      +2 -2      xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- XalanTemplate.cpp 2001/04/11 22:41:50     1.19
  +++ XalanTemplate.cpp 2001/04/11 23:14:57     1.20
  @@ -214,7 +214,7 @@
   static set<XalanNode*, less<XalanNode*> >    theInstanceSetType;
   static XalanTransformer::CompiledStylesheetPtrVectorType     
theCompiledStylesheetVector;
   static XalanTransformer::ParsedSourcePtrVectorType                   
theParsedSourceVector;
  -static XalanTransformer::ParamPairVectorType                         
theParamsVector;
  +static XalanTransformer::ParamPairVectorType                         
theParamsPairVector;
   
   
   
  @@ -356,7 +356,7 @@
   
                for_each(theCache.begin(),
                                 theCache.end(),
  -                              MapValueDeleteFunctor<FormatterToText>());
  +                              DeleteFunctor<FormatterToText>());
        }
   
        {
  
  
  

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

Reply via email to