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 ro...@apache.org on 2003/10/25 06:47:00 UTC

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

roshan      2003/10/24 21:47:00

  Modified:    c/src/common AxisTrace.cpp
  Log:
  related to fixes of Bug # 24117
  
  Revision  Changes    Path
  1.9       +9 -0      ws-axis/c/src/common/AxisTrace.cpp
  
  Index: AxisTrace.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AxisTrace.cpp	20 Oct 2003 03:24:29 -0000	1.8
  +++ AxisTrace.cpp	25 Oct 2003 04:47:00 -0000	1.9
  @@ -154,6 +154,13 @@
       }
   }
   
  +int AxisTrace::trace(const char *pchLog)
  +{
  +	printf("DEBUG LINE :\n%s\n", pchLog);
  +
  +	return SUCCESS;
  +}
  +
   /*
   int main(int argc, char* argv[])
   {
  @@ -161,3 +168,5 @@
     return 0;
   }
   */
  +
  +