X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fstd%2Fsrc%2FbbstdExecBbiCommand.cxx;h=ea7894fceed30e2a88753e68c8bc1d8c453b7b27;hb=d65b6993589e90caaaa8d19722ca3744f8ea8e57;hp=c496ca1602afc80a00d6fad38d55e53a482968df;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/std/src/bbstdExecBbiCommand.cxx b/packages/std/src/bbstdExecBbiCommand.cxx index c496ca1..ea7894f 100755 --- a/packages/std/src/bbstdExecBbiCommand.cxx +++ b/packages/std/src/bbstdExecBbiCommand.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdExecBbiCommand.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:26 $ - Version: $Revision: 1.10 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.11 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -40,11 +40,17 @@ namespace bbstd BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,ExecBbiCommand); BBTK_BLACK_BOX_IMPLEMENTATION(ExecBbiCommand,bbtk::AtomicBlackBox); - void ExecBbiCommand::bbUserConstructor() + void ExecBbiCommand::bbUserSetDefaultValues() { bbSetInputIn("help"); } - + void ExecBbiCommand::bbUserInitializeProcessing() + { + } + void ExecBbiCommand::bbUserFinalizeProcessing() + { + } + void ExecBbiCommand::DoProcess() {