]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
Bug #1754
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index 73010f242481c732f1ca237a09115583ccdf104d..3c3c45d866c1a2784394e2fb502ccff819b2d67f 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/08 14:50:04 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.20 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -113,7 +113,9 @@ namespace bbtk
     /// Sets the file name to use for the current definition
     /// (Used to set it after the Define command)
     virtual void SetCurrentFileName (const std::string &name ) = 0;
-
+         
+         virtual void SetTypeOfScript_Application( ) = 0;
+         
     /// End the definition of a ComplexBlackBox
     virtual void EndDefine () = 0;