From: <de...@us...> - 2004-03-31 15:59:30
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2807 Modified Files: ExceptionBase.h Log Message: see CHANGES.current Index: ExceptionBase.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/ExceptionBase.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExceptionBase.h 30 Mar 2004 10:22:19 -0000 1.1 --- ExceptionBase.h 31 Mar 2004 15:47:41 -0000 1.2 *************** *** 35,49 **** #include <SimData/Namespace.h> - // XXX this is a temporary hack to make - // swig1.3.21 correctly parses this file - #ifndef NAMESPACE_SIMDATA - namespace simdata { - #else NAMESPACE_SIMDATA - #endif - - #ifndef SIMDATA_EXPORT - #define SIMDATA_EXPORT - #endif /** General exception base class with error reporting. --- 35,39 ---- *************** *** 130,138 **** SIMDATA_EXCEPTION(PythonException); - #ifndef NAMESPACE_SIMDATA_END - } - #else NAMESPACE_SIMDATA_END - #endif #endif // __SIMDATA_EXCEPTION_H__ --- 120,124 ---- |