X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;fp=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=3c321754c0b26047794c4c04908f498be1b2ec4a;hb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;hp=f30234f7f6f3875cf4de9f317f497fe99738b572;hpb=edd3ac38162ff897429cc7af71557dc54e7d5efe;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index f30234f..3c32175 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdExecSystemCommand.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:26 $ - Version: $Revision: 1.7 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.8 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -39,11 +39,17 @@ namespace bbstd BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,ExecSystemCommand); BBTK_BLACK_BOX_IMPLEMENTATION(ExecSystemCommand,bbtk::AtomicBlackBox); - void ExecSystemCommand::bbUserConstructor() + void ExecSystemCommand::bbUserSetDefaultValues() { bbSetInputIn("help"); } - + void ExecSystemCommand::bbUserInitializeProcessing() + { + } + void ExecSystemCommand::bbUserFinalizeProcessing() + { + } + void ExecSystemCommand::DoProcess() { bool ok=true;