X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdASCII.h;h=1f1f20384826b41211163aba5dbaf31fa9f9831a;hb=586347fdceaf64c3796be5c95d69ed1a18e3a16d;hp=cd28637f58210fc5afea4e34c8afbf62c02bcb0a;hpb=1e2df7fb6ae571ce1cf72e6af1715f0e34675cbf;p=bbtk.git diff --git a/packages/std/src/bbstdASCII.h b/packages/std/src/bbstdASCII.h index cd28637..1f1f203 100644 --- a/packages/std/src/bbstdASCII.h +++ b/packages/std/src/bbstdASCII.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdASCII.h,v $ Language: C++ - Date: $Date: 2008/11/25 11:17:20 $ - Version: $Revision: 1.8 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.10 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -32,24 +32,17 @@ #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(bbtk::BlackBox::Pointer); - /// 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);