susantha    2003/08/14 07:03:02

  Modified:    c/src/common Debug.h
  Log:
  some improvements
  
  Revision  Changes    Path
  1.6       +1 -1      xml-axis/c/src/common/Debug.h
  
  Index: Debug.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/common/Debug.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Debug.h   29 Jul 2003 12:09:08 -0000      1.5
  +++ Debug.h   14 Aug 2003 14:03:02 -0000      1.6
  @@ -6,7 +6,7 @@
   #include <string>
   #include <fstream>
   
  -#define DEBUG
  +//#define DEBUG
   #if defined(DEBUG)
     #define DEBUG1(X) debugger.debug(X,__FILE__,__LINE__);  
     #define DEBUG2(X,Y) debugger.debug(X,Y,__FILE__,__LINE__);
  
  
  

Reply via email to