]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
Bug #1754
[bbtk.git] / kernel / src / bbtkInterpreter.h
index a402908996f817b14c0d79f8d24a433936b68c50..39294ed8135c93e0b6facd3d53a6f00740364434 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.h,v $
   Language:  C++
-  Date:      $Date: 2010/09/18 22:31:40 $
-  Version:   $Revision: 1.44 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.45 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -363,8 +363,10 @@ namespace bbtk
          virtual void commandMessage();
          virtual void commandMessage(const std::string &kind,const  std::string &levelstr);
          virtual void SetCurrentFileName(const std::string &fullPathScriptName); 
+         virtual void SetTypeOfScript_Application();
 
          
+         
          /// Constructor
          Interpreter(const std::string& cpp_file = "");
          Interpreter(VirtualExec::Pointer);