X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecBbiCommand.h;h=fff3bc6a745fadd287388352ac0e0e23fd1b0792;hb=baeb45443e8b5550a71e0844490ee4dac30ff551;hp=c4fa1bf5471621c1abbfc0b181bd721f56fe9a6c;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/std/src/bbstdExecBbiCommand.h b/packages/std/src/bbstdExecBbiCommand.h index c4fa1bf..fff3bc6 100755 --- a/packages/std/src/bbstdExecBbiCommand.h +++ b/packages/std/src/bbstdExecBbiCommand.h @@ -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 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -33,11 +33,12 @@ #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);