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:40:58 UTC

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

hawkeye     2004/09/07 06:40:58

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