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...@locus.apache.org on 2000/11/20 20:57:56 UTC

cvs commit: xml-xalan/c/src/TestXSLT process.cpp

dbertoni    00/11/20 11:57:56

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Added special Visual Quantify code.
  
  Revision  Changes    Path
  1.46      +11 -0     xml-xalan/c/src/TestXSLT/process.cpp
  
  Index: process.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- process.cpp	2000/11/02 01:45:48	1.45
  +++ process.cpp	2000/11/20 19:57:55	1.46
  @@ -143,6 +143,13 @@
   
   
   
  +//#define XALAN_VQ_SPECIAL_TRACE
  +#if defined(XALAN_VQ_SPECIAL_TRACE)
  +#include "d:/Rational/Quantify/pure.h"
  +#endif
  +
  +
  +
   #if !defined (XALAN_NO_NAMESPACES)
   using std::cerr;
   using std::cout;
  @@ -952,6 +959,10 @@
   
   	_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
   	_CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
  +#endif
  +
  +#if defined(XALAN_VQ_SPECIAL_TRACE)
  +	QuantifyStopRecordingData();
   #endif
   
      /**