From: <de...@us...> - 2004-02-04 00:03:36
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24041 Modified Files: Exception.h Log Message: see CHANGES.current Index: Exception.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Exception.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Exception.h 19 Oct 2003 23:53:56 -0000 1.17 --- Exception.h 3 Feb 2004 19:41:19 -0000 1.18 *************** *** 31,40 **** #include <string> #include <SimData/Export.h> #include <SimData/Namespace.h> ! NAMESPACE_SIMDATA /** General exception base class with error reporting. --- 31,47 ---- #include <string> + #include <SimData/Export.h> #include <SimData/Namespace.h> ! #ifndef NAMESPACE_SIMDATA ! namespace simdata { ! #else NAMESPACE_SIMDATA + #endif + #ifndef SIMDATA_EXPORT + #define SIMDATA_EXPORT + #endif /** General exception base class with error reporting. *************** *** 121,127 **** SIMDATA_EXCEPTION(PythonException); ! NAMESPACE_SIMDATA_END ! #endif // __SIMDATA_EXCEPTION_H__ --- 128,136 ---- SIMDATA_EXCEPTION(PythonException); ! #ifndef NAMESPACE_SIMDATA_END ! } ! #else NAMESPACE_SIMDATA_END ! #endif #endif // __SIMDATA_EXCEPTION_H__ |