]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecBbiCommand.h
Feature #1628 increase the number of columns on ReadColumnsDouble to support MICCAI...
[bbtk.git] / packages / std / src / bbstdExecBbiCommand.h
index c4fa1bf5471621c1abbfc0b181bd721f56fe9a6c..fff3bc6a745fadd287388352ac0e0e23fd1b0792 100755 (executable)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdExecBbiCommand.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:26 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2009/05/14 14:43:38 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #define __bbstdExecBbiCommand_h_INCLUDED__
 
 #include "bbtkAtomicBlackBox.h"
+#include "bbstd_EXPORT.h"
 
 namespace bbstd
 {
 
-  class ExecBbiCommand
+  class bbstd_EXPORT ExecBbiCommand
     : 
   public bbtk::AtomicBlackBox
   {
@@ -46,9 +47,6 @@ namespace bbstd
     BBTK_DECLARE_INPUT(In,std::string);
     BBTK_PROCESS(DoProcess);
     void DoProcess();
-
-  protected:
-    virtual void bbUserConstructor();
   };
 
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(ExecBbiCommand,bbtk::AtomicBlackBox);