]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreterVirtual.h
Bug #1754
[bbtk.git] / kernel / src / bbtkInterpreterVirtual.h
index a471ba79ead55c2cfb1ccaa7f8fe59c7248cd074..29e198cf6ed008fa2a1a9891ce8e36c8f177a11d 100644 (file)
@@ -182,6 +182,8 @@ namespace bbtk
 #endif
 
 
+         
+         
     /*
     // For 'break' commands observation
     typedef boost::signals::trackable BreakObserverType;
@@ -323,7 +325,8 @@ 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
          InterpreterVirtual();