From: <de...@us...> - 2004-03-30 10:44:56
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29650 Modified Files: BaseType.i Log Message: see CHANGES.current Index: BaseType.i =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/BaseType.i,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BaseType.i 1 Feb 2004 12:06:44 -0000 1.4 --- BaseType.i 30 Mar 2004 10:33:17 -0000 1.5 *************** *** 24,36 **** %} ! %import "SimData/Exception.i" %exception BaseType { ! try { ! $action ! } catch (SIMDATA(ParseException) e) { ! e.details(); ! SWIG_exception(SWIG_RuntimeError, ""); ! } } --- 24,36 ---- %} ! %import "SimData/ExceptionBase.i" %exception BaseType { ! try { ! $action ! } catch (SIMDATA(ParseException) e) { ! e.details(); ! SWIG_exception(SWIG_RuntimeError, ""); ! } } |