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 wh...@apache.org on 2005/05/16 13:38:28 UTC

cvs commit: ws-axis/c/src/common AxisTrace.h

whitlock    2005/05/16 04:38:28

  Modified:    c/src/common AxisTrace.h
  Log:
  AXISCPP-648 Fix build break on Linux and AIX due to m_traceOn not being a method.
  
  Revision  Changes    Path
  1.36      +1 -1      ws-axis/c/src/common/AxisTrace.h
  
  Index: AxisTrace.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- AxisTrace.h	13 May 2005 16:06:58 -0000	1.35
  +++ AxisTrace.h	16 May 2005 11:38:28 -0000	1.36
  @@ -113,7 +113,7 @@
   		int type, unsigned len, void *value);
       void (*m_traceCatch)(const char *className, const char *methodName, const void* that, int catchIndex,
   		int type, unsigned len, void *value);
  -    bool m_traceOn;
  +    bool (*m_traceOn) ();
   };
   
   #ifdef AXISTRACE_LIBRARY