X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.h;h=d10c26cb89868fca400e3a135f791bb7b0243e85;hb=81c99482bd91e0d781902d6d45fadda4fbee6793;hp=6633fafdb84fa78c45b3adb386edf41a2ba6eb97;hpb=c429a5e1229f3dbc56e2d0100980c7e4a3506d89;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.h b/packages/std/src/bbstdExecSystemCommand.h index 6633faf..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/12/12 08:55:21 $ - Version: $Revision: 1.6 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.7 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -47,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);