]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxGetSetFunctor.h
index 6eec77c05a09453c86372d315fe698262d239af4..b9aeff8ac9c84d99d4505e3e6c1093aedff17260 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBoxGetSetFunctor.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 10:11:27 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/07/23 11:46:10 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -52,6 +52,8 @@ namespace bbtk
   public:
     /// Default constructor
     AtomicBlackBoxGetFunctor() {}
+    /// Dtor
+    virtual ~AtomicBlackBoxGetFunctor() {}
     /// Abstract method which applies the "Get" function of AtomicBlackBox o
     virtual Data Get(AtomicBlackBox* o) = 0;
     /// 
@@ -73,6 +75,8 @@ namespace bbtk
   public:
     /// Default constructor
     AtomicBlackBoxSetFunctor() {}
+    /// Dtor
+    virtual ~AtomicBlackBoxSetFunctor() {}
     /// Abstract method which applies the "Set" function of AtomicBlackBox o
     virtual void Set(AtomicBlackBox* o, const Data&) = 0;
     ///