]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdASCII.h
Add StringVectorToNumericalVector box to package std
[bbtk.git] / packages / std / src / bbstdASCII.h
index a76b0349500b20a1aa6b5b8570c5759353c185c6..1f1f20384826b41211163aba5dbaf31fa9f9831a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdASCII.h,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.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #ifndef __bbstdASCII_h_INCLUDED__
 #define __bbstdASCII_h_INCLUDED__
 #include "bbtkAtomicBlackBox.h"
+#include "bbstd_EXPORT.h"
 #include "iostream"
 
 namespace bbstd
 {
 
-  class /*BBTK_EXPORT*/ ASCII
+  class bbstd_EXPORT ASCII
     : 
     public bbtk::AtomicBlackBox
   {
     BBTK_BLACK_BOX_INTERFACE(ASCII,bbtk::AtomicBlackBox);
-    //==================================================================
-    /// User callback called in the box contructor
-    virtual void bbUserConstructor();
-    /// User callback called in the box copy constructor
-    virtual void bbUserCopyConstructor();
-    /// User callback called in the box destructor
-    virtual void bbUserDestructor();
-    //==================================================================
     BBTK_DECLARE_INPUT(In,std::string);
     BBTK_DECLARE_INPUT(Type,int);
     BBTK_DECLARE_OUTPUT(Out,std::string);