X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkInterpreter.cxx;h=a71ded325b84c46a1900800762e04b74f7afab1b;hb=2d564c78c449d67b1d85511ba9601d3afb57c924;hp=749d11a873a95ed489e14f851d4e618cb96b8ea6;hpb=4cb6c59ce12259b0f61bd465aac75fe8c822952f;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index 749d11a..a71ded3 100644 --- a/kernel/src/bbtkInterpreter.cxx +++ b/kernel/src/bbtkInterpreter.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.cxx,v $ Language: C++ - Date: $Date: 2010/09/18 22:31:40 $ - Version: $Revision: 1.91 $ + Date: $Date: 2012/11/14 07:12:00 $ + Version: $Revision: 1.94 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -1286,6 +1286,14 @@ namespace bbtk } //======================================================================= + + void Interpreter::SetTypeOfScript_Application() + { + GetExecuter()->SetTypeOfScript_Application(); + } + + + /*EED Borrame //======================================================================= void Interpreter::SwitchToStream( std::stringstream* stream )