auriemma    00/10/12 14:11:45

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  MaximumCharacterValueMapType moved.
  
  Revision  Changes    Path
  1.6       +3 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanTemplate.cpp 2000/10/02 19:15:05     1.5
  +++ XalanTemplate.cpp 2000/10/12 21:11:43     1.6
  @@ -63,7 +63,7 @@
   
   #if !defined(XALAN_NEEDS_EXPLICIT_TEMPLATE_INSTANTIATION)
   
  -     // No-op function to allow file to complie and link.    
  +     // No-op function to allow file to compile and link.    
        static void foo(){}
   
   #else
  @@ -104,6 +104,7 @@
   #include <PlatformSupport/PrintWriter.hpp>
   #include <PlatformSupport/XalanOutputStream.hpp>
   #include <PlatformSupport/XalanUnicode.hpp>
  +#include <PlatformSupport/XalanTranscodingServices.hpp>      
   
   
   
  @@ -190,7 +191,7 @@
   static vector<NamespacesHandler::NamespacesMapType::iterator> 
theNamespacesMapTypeIteratorVector;
   static VariablesStack::ParamsVectorType      theParamsVector;
   static ElemNumber::NumberingResourceBundleMapType 
theNumberingResourceBundleMapType;
  -static FormatterToXML::MaximumCharacterValueMapType 
theMaximumCharacterValueMapType;
  +static XalanTranscodingServices::MaximumCharacterValueMapType 
theMaximumCharacterValueMapType;
   
   
   static void
  
  
  

Reply via email to