]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBox.h
index c9a6395a033a423d30b7225506e294da47070a36..6e44fde62c7b12b5f8e24f9564a7ac706c70b513 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/03/23 13:06:41 $
-  Version:   $Revision: 1.22 $
+  Date:      $Date: 2009/04/08 07:56:11 $
+  Version:   $Revision: 1.23 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -379,24 +379,24 @@ namespace bbtk
     //==================================================================
 
          
-         //==================================================================
-         /// Actual CreateWidget method (vitual)
-         /// Overloaded in AtomicBlacBox and descendants 
-         virtual void bbCreateWidget()
-         {
-               //  bbtkError("BlackBox::bbCreateWidget called : how can this happen ?");
-         }
-         //==================================================================
-         
-         //==================================================================
-         /// Actual ShowWidget method (vitual)
-         /// Overloaded in AtomicBlacBox and descendants 
-         virtual void bbShowWidget()
-         {
-               //  bbtkError("BlackBox::bbShowWidget called : how can this happen ?");
-         }
-         //==================================================================
-         
+    //==================================================================
+    /// Actual CreateWindow method (vitual)
+    /// Overloaded in AtomicBlacBox and descendants 
+    virtual void bbCreateWindow()
+    {
+      //  bbtkError("BlackBox::bbCreateWidget called : how can this happen ?");
+    }
+    //==================================================================
+    
+    //==================================================================
+    /// Actual ShowWindow method (vitual)
+    /// Overloaded in AtomicBlacBox and descendants 
+    virtual void bbShowWindow()
+    {
+      //  bbtkError("BlackBox::bbShowWidget called : how can this happen ?");
+    }
+    //==================================================================
+    
                  
    //==================================================================
     /// Actual processing method (vitual)