dbertoni    2002/12/02 16:23:10

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Fixed macros.
  
  Revision  Changes    Path
  1.46      +3 -3      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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- XalanTemplate.cpp 25 Nov 2002 18:11:53 -0000      1.45
  +++ XalanTemplate.cpp 3 Dec 2002 00:23:09 -0000       1.46
  @@ -378,7 +378,7 @@
        }
   
        {
  -             XALAN_UISNG_STD(sort)
  +             XALAN_USING_STD(sort)
   
                StylesheetRoot::XalanQNameVectorType    theVector;
   
  @@ -511,8 +511,8 @@
        }
   
        {
  -             XALAN_UISNG_STD(back_inserter)
  -             XALAN_UISNG_STD(copy)
  +             XALAN_USING_STD(back_inserter)
  +             XALAN_USING_STD(copy)
   
                typedef MutableNodeRefList::addNodeInDocOrderFunctor    
addNodeInDocOrderFunctor;
   
  
  
  

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

Reply via email to