auriemma    00/12/12 07:17:58

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Updated version number and removed include used for debug.
  
  Revision  Changes    Path
  1.49      +1 -8      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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- process.cpp       2000/12/01 22:00:39     1.48
  +++ process.cpp       2000/12/12 15:17:57     1.49
  @@ -151,13 +151,6 @@
   
   
   
  -//#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;
  @@ -1005,7 +998,7 @@
                else if (theParams.versionOnly == true)
                {
                        cout << endl
  -                              << "TestXSLT version 1.0.0 (Xalan C++ version 
1.0.0)"
  +                              << "TestXSLT version 1.1.0 (Xalan C++ version 
1.1.0)"
                                 << endl;
                }
                else if (theParams.inFileName.size() == 0)
  
  
  

Reply via email to