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 ha...@apache.org on 2004/09/07 15:39:43 UTC

cvs commit: ws-axis/c/src/wsdd WSDDDeployment.cpp

hawkeye     2004/09/07 06:39:43

  Modified:    c/src/wsdd WSDDDeployment.cpp
  Log:
  See AXISCPP-155
  
  Revision  Changes    Path
  1.42      +2 -0      ws-axis/c/src/wsdd/WSDDDeployment.cpp
  
  Index: WSDDDeployment.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDDeployment.cpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- WSDDDeployment.cpp	7 Sep 2004 08:57:42 -0000	1.41
  +++ WSDDDeployment.cpp	7 Sep 2004 13:39:43 -0000	1.42
  @@ -212,6 +212,8 @@
       }
       catch(exception& e)
       {
  +        e = e;
  +
           throw AxisWsddException(SERVER_WSDD_EXCEPTION);
       }
   }