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 sa...@apache.org on 2004/07/06 15:11:03 UTC

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

sanjaya     2004/07/06 06:11:03

  Modified:    c/src/common AxisGenException.cpp
  Log:
  commented deleting of constant char *
  
  Revision  Changes    Path
  1.4       +1 -2      ws-axis/c/src/common/AxisGenException.cpp
  
  Index: AxisGenException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisGenException.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisGenException.cpp	6 Jul 2004 08:34:42 -0000	1.3
  +++ AxisGenException.cpp	6 Jul 2004 13:11:03 -0000	1.4
  @@ -50,8 +50,7 @@
   AxisGenException::AxisGenException(const char* pcMessage)
   {
       m_sMessage = pcMessage;
  -    if(pcMessage)
  -        delete pcMessage;
  +//    if(pcMessage)        delete pcMessage;
   }
   
   void AxisGenException::processException (const exception* e, const int iExceptionCode)