X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkInterpreter.cxx;h=a71ded325b84c46a1900800762e04b74f7afab1b;hb=2d564c78c449d67b1d85511ba9601d3afb57c924;hp=99a751447ae18c3cf0be902e357fd4a7dab8c8a3;hpb=bf1bdd88621c0556024de37768c2d17d12f2a265;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index 99a7514..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: 2012/05/30 17:17:00 $ - Version: $Revision: 1.92 $ + Date: $Date: 2012/11/14 07:12:00 $ + Version: $Revision: 1.94 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -498,7 +498,6 @@ namespace bbtk void Interpreter::commandLoad(const std::string &packageName) //virtual { - printf("EED Interpreter::commandLoad %s\n", packageName.c_str()); GetExecuter()->LoadPackage(packageName); } @@ -1287,6 +1286,14 @@ namespace bbtk } //======================================================================= + + void Interpreter::SetTypeOfScript_Application() + { + GetExecuter()->SetTypeOfScript_Application(); + } + + + /*EED Borrame //======================================================================= void Interpreter::SwitchToStream( std::stringstream* stream )