From: <mk...@us...> - 2003-08-10 19:02:13
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv22997 Modified Files: Exception.h Log Message: Index: Exception.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Exception.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Exception.h 10 Aug 2003 18:46:29 -0000 1.11 --- Exception.h 10 Aug 2003 19:02:10 -0000 1.12 *************** *** 103,107 **** * Base class for all SimData specific exceptions. */ ! class Exception: public ExceptionBase { public: Exception(std::string const &type="Exception", std::string const &msg=""): --- 103,107 ---- * Base class for all SimData specific exceptions. */ ! class SIMDATA_EXPORT Exception: public ExceptionBase { public: Exception(std::string const &type="Exception", std::string const &msg=""): |