]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.h
Bug #1754
[bbtk.git] / kernel / src / bbtkExecuter.h
index 71f92d227b10fe8960e0836f7240d8e603d6af18..d53e06b4af5daf0a44fd067d0c0b2f318fa41393 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkExecuter.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/08 14:50:03 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.19 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -108,6 +108,11 @@ namespace bbtk
     /// (Used to set it after the Define command)
     void SetCurrentFileName (const std::string &name );
 
+       //Set type of script
+       void SetTypeOfScript_Application();
+         
+         
     /// End the definition of a ComplexBlackBox
     void EndDefine ();