]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdConcatStrings.h
Add StringVectorToNumericalVector box to package std
[bbtk.git] / packages / std / src / bbstdConcatStrings.h
index 6b6d46c9b8400d4dd4eb6804779c771600737235..c00d58119590b1ad6564132af8ba710a1500c2a3 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdConcatStrings.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:26 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/05/14 14:43:38 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #define __bbstdConcatStrings_h_INCLUDED__
 
 #include "bbtkAtomicBlackBox.h"
+#include "bbstd_EXPORT.h"
 
 namespace bbstd
 {
-  class ConcatStrings
+  class bbstd_EXPORT ConcatStrings
     : 
     public bbtk::AtomicBlackBox
   {
@@ -54,9 +55,6 @@ namespace bbstd
     BBTK_DECLARE_OUTPUT(Out,std::string);
     BBTK_PROCESS(DoProcess);
     void DoProcess();
-
-  protected:
-    virtual void bbUserConstructor();
   };
 
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(ConcatStrings,bbtk::AtomicBlackBox);