]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecBbiCommand.cxx
=== MAJOR RELEASE ====
[bbtk.git] / packages / std / src / bbstdExecBbiCommand.cxx
index fb85734a9b71a4be1151ac0fe492ad28aeacb1f5..c52598db56ac542e2d0de94b024a9678c8b3e062 100755 (executable)
@@ -7,7 +7,7 @@ namespace bbstd
 {
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,ExecBbiCommand);
-  BBTK_USER_BLACK_BOX_IMPLEMENTATION(ExecBbiCommand,bbtk::AtomicBlackBox);
+  BBTK_BLACK_BOX_IMPLEMENTATION(ExecBbiCommand,bbtk::AtomicBlackBox);
 
   void ExecBbiCommand::bbUserConstructor() 
   { 
@@ -17,6 +17,7 @@ namespace bbstd
 
   void ExecBbiCommand::DoProcess()
     {
+      /*
       // Look for the interpreter
       bbtk::Interpreter* I = 0;
          bool delete_inter = false; 
@@ -67,7 +68,7 @@ namespace bbstd
        }
       
       if (delete_inter) delete I;
-      
+      */
       /*  Grrr  not works in windows
        char * pch;
        pch = strtok (bbGetInputIn(),";");