]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBox.h
index 3be67510c8afd8f5a0b24e96c4cae4c913b44a45..8348ea410581c314db0b4a99b428b0d86bfef2f1 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 09:50:34 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2009/04/30 14:31:30 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -147,6 +147,15 @@ namespace bbtk
     virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer) {}
     /// User callback called in the box destructor
     virtual void bbUserDestructor() {}
+    //==================================================================    
+
+    //==================================================================
+    /// System callback which calls bbUserConstructor for all its ancestors 
+    /// and the box itself
+    virtual void bbConstructor() {}
+    /// System callback which calls bbUserDestructor for all its ancestors 
+    /// and the box itself
+    virtual void bbDestructor() {}
     //==================================================================    
 
      //==================================================================