You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/05/18 14:18:15 UTC

cvs commit: ws-axis/c/include/axis/server AxisTrace.h

damitha     2004/05/18 05:18:15

  Modified:    c/include/axis/server AxisTrace.h
  Log:
  
  
  Revision  Changes    Path
  1.14      +1 -2      ws-axis/c/include/axis/server/AxisTrace.h
  
  Index: AxisTrace.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/AxisTrace.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AxisTrace.h	12 May 2004 10:46:07 -0000	1.13
  +++ AxisTrace.h	18 May 2004 12:18:15 -0000	1.14
  @@ -23,7 +23,6 @@
   #include <string>
   #include <stdio.h>
   
  -#define __AXISTRACE__
   #if defined(__AXISTRACE__)  
     #define AXISTRACE1(X, Y) g_pAT->logaxis(X,Y,__FILE__,__LINE__);
     #define AXISTRACE2(X, Y, Z) g_pAT->logaxis(X,Y,Z,__FILE__,__LINE__);
  @@ -107,7 +106,7 @@
        * @return The status which indicates whether the operation is success 
        * (AXIS_SUCCESS) or not  (AXIS_FAIL).
       */
  -    int logaxis(const char* sLog1, const long nLog2, int level, char* arg3, 
  +    int logaxis(const char* sLog1, const int nLog2, int level, char* arg3, 
           int arg4);
   
       /**