dbertoni    2003/02/20 17:00:28

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  New instantiations.
  
  Revision  Changes    Path
  1.47      +22 -0     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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- XalanTemplate.cpp 3 Dec 2002 00:23:09 -0000       1.46
  +++ XalanTemplate.cpp 21 Feb 2003 01:00:28 -0000      1.47
  @@ -167,6 +167,12 @@
   
   
   
  +#if defined(XALAN_USE_ICU)
  +#include <ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp>
  +#endif
  +
  +
  +
   static void
   foo(XPathExecutionContext&   theExecutionContext)
   {
  @@ -569,6 +575,22 @@
                                 theVector.end(),
                                 DeleteFunctor<XalanParsedSource>());
        }
  +
  +#if defined(XALAN_USE_ICU)
  +     {
  +             ICUBridgeCollationCompareFunctorImpl::CollatorCacheListType  theCache;
  +
  +             for_each(
  +                     theCache.begin(),
  +                     theCache.end(),
  +                     
ICUBridgeCollationCompareFunctorImpl::CollationCacheStruct::CollatorDeleteFunctor());
  +
  +             find_if(
  +                     theCache.begin(),
  +                     theCache.end(),
  +                     
ICUBridgeCollationCompareFunctorImpl::CollationCacheStruct::CollatorFindFunctor(0));
  +     }
  +#endif
   
   #if __SGI_STL_PORT >= 452
   
  
  
  

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

Reply via email to