]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 10 Jun 2009 11:36:51 +0000 (11:36 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 10 Jun 2009 11:36:51 +0000 (11:36 +0000)
kernel/src/bbtkAtomicBlackBoxMacros.h
kernel/src/bbtkWidgetBlackBox.h
kernel/src/bbtkWidgetBlackBoxWindow.h
kernel/src/bbtkWidgetBlackBoxWindow.txx
kernel/src/bbtkWxBlackBox.h

index b9c099fa6d093f436fac6a80b9d89eb7de5f1413..17e1c05369619f7103aacceec0b68f65c70b4798 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:05 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2009/06/10 11:36:51 $
+  Version:   $Revision: 1.19 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
                       (&CLASS<T>::bbSetOutput##NAME) ) )
 //============================================================================
 
+
+//JCP 09JUIN2009 BBTK_EXPORT
+
 //============================================================================
 /// Template AtomicBlackBox std implementation of ctor and dtor
 #define BBTK_BLACK_BOX_TEMPLATE_IMPLEMENTATION(CLASS,PARENT)           \
index fc09745b15c65bbac6c951ddf2882477c7473664..045d8a5003fddd479ac345bcf44c68d47faf6fc8 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: 2009/06/10 11:36:51 $
+  Version:   $Revision: 1.6 $
 ========================================================================*/
 
 
@@ -58,7 +58,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:
index 04344ad7fcbd0d50befa48520fe5a289ca7f0ec0..eb116cc4e46f2e23552f19ca04b4b6a1388b5a17 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWidgetBlackBoxWindow.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/19 10:19:23 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/06/10 11:36:51 $
+  Version:   $Revision: 1.3 $
 ========================================================================*/
 
 
@@ -57,8 +57,9 @@ namespace bbtk
 
   //==================================================================
   // The base of the hierarchy of windows associated to a WidgetBlackBox
+//EED 10/06/2009  /*BBTK_EXPORT*/
   template <class W>
-  class BBTK_EXPORT WidgetBlackBoxWindow 
+  class /*BBTK_EXPORT*/ WidgetBlackBoxWindow 
   {
   public:
     typedef typename WidgetBlackBox<W>::Pointer WidgetBlackBoxPointer;
index e2ac9990296620088303f90733e904d3e8e3bc04..bc77e9b989c4aee5e394e2bf88b33e1db3c0de70 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWidgetBlackBoxWindow.txx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:06 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/06/10 11:36:52 $
+  Version:   $Revision: 1.4 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -107,14 +107,14 @@ namespace bbtk
   template <class W>
   void WidgetBlackBoxWindow<W>::bbDestroy()
   {
-    /*
+    
     if (mBox.expired()) return;
     bbtkDebugMessage("widget",9,"WidgetBlackBoxWindow::bbDestroy() [" 
                     <<mBox.lock()->bbGetName()<<"]"<<std::endl);
     bbHide();
     mBox.lock()->DecNbWindowsAlive();
     mBox.lock()->bbSetWindow(0);
-    */
+    
   }
   //=========================================================================
 
index f2c91ccbe37af023f27d143f6bacd84ad3d2b446..afe61751f3456ffb20e0522a0de51381f46cf1f1 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:24:23 $
-  Version:   $Revision: 1.30 $
+  Date:      $Date: 2009/06/10 11:36:53 $
+  Version:   $Revision: 1.31 $
 ========================================================================*/
 
 
@@ -63,6 +63,7 @@ namespace bbtk
 
   //==================================================================
   /// Widget black boxes
+//EED 10/06/2009 /*BBTK_EXPORT*/
   class BBTK_EXPORT WxBlackBox : public bbtk::WidgetBlackBox<wxWindow>
   { 
   public: