]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdASCII.h
bbtk now depends on crea !
[bbtk.git] / packages / std / src / bbstdASCII.h
index a76b0349500b20a1aa6b5b8570c5759353c185c6..5acb0220db7362cdcc878fa4b2ece3ebe21a63b2 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: 2008/12/11 15:30:09 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #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
   {
@@ -46,7 +47,7 @@ namespace bbstd
     /// User callback called in the box contructor
     virtual void bbUserConstructor();
     /// User callback called in the box copy constructor
-    virtual void bbUserCopyConstructor();
+    virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
     /// User callback called in the box destructor
     virtual void bbUserDestructor();
     //==================================================================