X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.h;h=d10c26cb89868fca400e3a135f791bb7b0243e85;hb=9f98df479679f8d3f4d63986f1e8a9921853e2b9;hp=2b4ed1f731461df472776308274204083837c309;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.h b/packages/std/src/bbstdExecSystemCommand.h index 2b4ed1f..d10c26c 100755 --- a/packages/std/src/bbstdExecSystemCommand.h +++ b/packages/std/src/bbstdExecSystemCommand.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdExecSystemCommand.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 __bbstdExecSystemCommand_h_INCLUDED__ #include "bbtkAtomicBlackBox.h" +#include "bbstd_EXPORT.h" namespace bbstd { - class ExecSystemCommand + class bbstd_EXPORT ExecSystemCommand : 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(ExecSystemCommand,bbtk::AtomicBlackBox);