/[escript]/trunk/esysUtils/src/EsysException.cpp
ViewVC logotype

Diff of /trunk/esysUtils/src/EsysException.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 155 by jgs, Wed Nov 9 02:02:19 2005 UTC revision 468 by jgs, Wed Jan 25 06:50:39 2006 UTC
# Line 12  Line 12 
12   ******************************************************************************   ******************************************************************************
13  */  */
14    
15  #include <algorithm>  #include "EsysException.h"
 #include "esysUtils/EsysException.h"  
16    
17  using namespace std;  using namespace std;
18  using namespace esysUtils;  using namespace esysUtils;
# Line 82  const char*  EsysException::what() const Line 81  const char*  EsysException::what() const
81    m_exceptionMessage=toString();    m_exceptionMessage=toString();
82    return m_exceptionMessage.c_str();    return m_exceptionMessage.c_str();
83  }  }
   
   
   
   
   
   

Legend:
Removed from v.155  
changed lines
  Added in v.468

  ViewVC Help
Powered by ViewVC 1.1.26