You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/02/07 02:41:28 UTC

cvs commit: xml-xalan/c/src/XSLT XalanTemplate.cpp

dbertoni    02/02/06 17:41:28

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Added new instantiation.
  
  Revision  Changes    Path
  1.32      +1 -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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- XalanTemplate.cpp	27 Sep 2001 20:09:19 -0000	1.31
  +++ XalanTemplate.cpp	7 Feb 2002 01:41:28 -0000	1.32
  @@ -213,6 +213,7 @@
   static XalanTransformer::CompiledStylesheetPtrVectorType	theCompiledStylesheetVector;
   static XalanTransformer::ParsedSourcePtrVectorType			theParsedSourceVector;
   static XalanTransformer::ParamPairVectorType				theParamsPairVector;
  +static XalanTransformer::TraceListenerVectorType			theTraceListenerVector;
   static XalanDOMStringHashTable::BucketCountsType			theBucketCountsVector;
   static vector<pair<const char*, const char*> >				theStringPairVector;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org