]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdConfiguration.h
no message
[bbtk.git] / packages / std / src / bbstdConfiguration.h
index 2482997cd466d419eb7c80b99415b5e420b69a81..09a6b27b1d9f1cfe08f53476eec83e6e65e1c830 100644 (file)
@@ -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 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #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);