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:36 UTC

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

hawkeye     2004/09/07 06:39:36

  Modified:    c/src/wsdd AxisWsddException.cpp
  Log:
  See AXISCPP-155
  
  Revision  Changes    Path
  1.15      +3 -1      ws-axis/c/src/wsdd/AxisWsddException.cpp
  
  Index: AxisWsddException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/AxisWsddException.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- AxisWsddException.cpp	6 Aug 2004 14:44:41 -0000	1.14
  +++ AxisWsddException.cpp	7 Sep 2004 13:39:36 -0000	1.15
  @@ -90,7 +90,9 @@
   }
   const string& AxisWsddException::getMessage (const exception* objException)
   {
  -    return objException->what();
  +    static string objExDetail = objException->what();
  +
  +    return objExDetail;
   }
   
   const string& AxisWsddException::getMessage (const int iExceptionCode)