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 11:47:24 UTC

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

damitha     2004/05/18 02:47:24

  Modified:    c/include/axis/server AxisException.h
  Log:
  
  
  Revision  Changes    Path
  1.8       +0 -1      ws-axis/c/include/axis/server/AxisException.h
  
  Index: AxisException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/AxisException.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AxisException.h	18 May 2004 04:32:30 -0000	1.7
  +++ AxisException.h	18 May 2004 09:47:24 -0000	1.8
  @@ -143,7 +143,6 @@
   
   public:
       AxisException(){};
  -    AxisException(void* pMsg);
       AxisException(int iExceptionCode);
       AxisException(exception* e);
       AxisException(exception* e, int iExceptionCode);