]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWidgetBlackBox.h
no message
[bbtk.git] / kernel / src / bbtkWidgetBlackBox.h
index fc09745b15c65bbac6c951ddf2882477c7473664..7488fac0dab00341b24922c9433f068730fb7243 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWidgetBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/08 14:50:04 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2010/01/14 13:17:27 $
+  Version:   $Revision: 1.7 $
 ========================================================================*/
 
 
@@ -28,6 +28,7 @@
 *  The fact that you are presently reading this means that you have had
 *  knowledge of the CeCILL-B license and that you accept its terms.
 * ------------------------------------------------------------------------ */                                                                         
+
 /**
  * \brief Short description in one line
  * 
@@ -58,7 +59,10 @@ namespace bbtk
   /// widget black boxes for a specific GUI toolkit inherit with 
   /// apropriate traits.
   /// Declares the common inputs / outputs and interface to all widget boxes
+
+//JCP 09JUIN2009 BBTK_EXPORT
   template <class W>
+         
   class /*BBTK_EXPORT*/ WidgetBlackBox : public bbtk::AtomicBlackBox  
   { 
   public: