X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkInterpreter.h;h=4b6669cf7ae00ee788e4f72158754dac4e67dcec;hb=8cbad3dc345346d0473d93cdc06dc9eb5cbdbf23;hp=33c82aca87b4e2719e33bbd6d7703cf13f463a93;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.h b/kernel/src/bbtkInterpreter.h index 33c82ac..4b6669c 100644 --- a/kernel/src/bbtkInterpreter.h +++ b/kernel/src/bbtkInterpreter.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:13 $ - Version: $Revision: 1.35 $ + Date: $Date: 2008/11/26 12:36:43 $ + Version: $Revision: 1.36 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -293,6 +293,7 @@ namespace bbtk std::string includeScriptName); /// + void CatchInterpreterException( const InterpreterError& e ); void CatchBbtkException( const bbtk::Exception& e ); void CatchStdException( const std::exception& e ); void CatchUnknownException();