You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by wh...@apache.org on 2005/01/12 11:41:16 UTC

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

whitlock    2005/01/12 02:41:15

  Modified:    c/src/common AxisTrace.h
  Log:
  Fix build break on AIX
  
  Revision  Changes    Path
  1.22      +2 -2      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- AxisTrace.h	11 Jan 2005 17:01:47 -0000	1.21
  +++ AxisTrace.h	12 Jan 2005 10:41:15 -0000	1.22
  @@ -82,9 +82,9 @@
       void (*m_traceLine)(const char *data);
       void (*m_traceEntry)(const char *className, const char *methodName, const void* that, int nParms, va_list vargs);
       void (*m_traceExit)(const char *className, const char *methodName, int returnIndex,
  -		int type=TRACETYPE_UNKNOWN, unsigned len=0, void *value=0);
  +		int type, unsigned len, void *value);
       void (*m_traceCatch)(const char *className, const char *methodName, int catchIndex,
  -		int type=TRACETYPE_UNKNOWN, unsigned len=0, void *value=0);
  +		int type, unsigned len, void *value);
       bool m_traceOn;
   };