Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv20503
Modified Files:
Exception.h
Log Message:
Index: Exception.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Exception.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Exception.h 6 Aug 2003 06:36:24 -0000 1.10
--- Exception.h 10 Aug 2003 18:46:29 -0000 1.11
***************
*** 110,114 ****
#define SIMDATA_EXCEPTION(a) \
! class a: public Exception { \
public: \
a(std::string msg=""): \
--- 110,114 ----
#define SIMDATA_EXCEPTION(a) \
! class SIMDATA_EXPORT a: public Exception { \
public: \
a(std::string msg=""): \
|