X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.h;h=09a6b27b1d9f1cfe08f53476eec83e6e65e1c830;hb=3ad1a85ddd88a3d1982477dbbb354dc63ebacd9f;hp=2482997cd466d419eb7c80b99415b5e420b69a81;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.h b/packages/std/src/bbstdConfiguration.h index 2482997..09a6b27 100644 --- a/packages/std/src/bbstdConfiguration.h +++ b/packages/std/src/bbstdConfiguration.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdConfiguration.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:26 $ - Version: $Revision: 1.9 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.11 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -33,10 +33,11 @@ #define __bbstdConfiguration_h_INCLUDED__ #include "bbtkAtomicBlackBox.h" +#include "bbstd_EXPORT.h" namespace bbstd { - class Configuration + class bbstd_EXPORT Configuration : public bbtk::AtomicBlackBox { @@ -49,9 +50,6 @@ namespace bbstd BBTK_PROCESS(DoProcess); void DoProcess(); - protected: - virtual void bbUserConstructor(); - }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(Configuration,bbtk::AtomicBlackBox);