dbertoni    2003/03/05 16:18:52

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Changes for typedef change in Stylesheet.
  
  Revision  Changes    Path
  1.48      +8 -8      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.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- XalanTemplate.cpp 21 Feb 2003 01:00:28 -0000      1.47
  +++ XalanTemplate.cpp 6 Mar 2003 00:18:52 -0000       1.48
  @@ -190,7 +190,6 @@
                XPathExpression::TokenQueueType theTokenQueueType;
                set<const XalanNode*,less<const XalanNode*> > theXalanNodeSet;
                XPathExecutionContext::XObjectArgVectorType theVector;
  -             Stylesheet::PatternTableListType        thePatternTableList;
                Stylesheet::PatternTableVectorType thePatternTableVector;
                map<int,int,less<int> > theIntMap;
                vector<NamespacesHandler::NamespacesMapType::iterator> 
theNamespacesMapTypeIteratorVector;
  @@ -333,15 +332,16 @@
                         theVector.end(),
                         DeleteFunctor<ElemVariable>());
        }
  -     
  +
        {
  -             const Stylesheet::PatternTableListType  theList;
  -             
  -             for_each(theList.begin(),
  -                      theList.end(),
  -                      DeleteFunctor<Stylesheet::MatchPattern2>());
  +             const Stylesheet::PatternTableVectorType        theList;
  +
  +             for_each(
  +                     theList.begin(),
  +                     theList.end(),
  +                     DeleteFunctor<Stylesheet::MatchPattern2>());
        }
  -     
  +
        {
                StylesheetHandler::ElemTemplateStackType        theVector;
                
  
  
  

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

Reply via email to