]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.h
no message
[bbtk.git] / kernel / src / bbtkFactory.h
index 33d886174ae63564a5bf43dd9fd3d83890fe69da..70e60e3c17c3b84beaf7fab0fe76689b8ee3b0cf 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkFactory.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/08 14:50:03 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2010/09/12 14:52:25 $
+  Version:   $Revision: 1.18 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -154,6 +154,8 @@ namespace bbtk
     /// Gets the executer who created the factory (if any) - const
     //    const Executer::Pointer GetExecuter() const { return mExecuter.lock(); }
 
+         std::string GetPackageNameOfaBlackBox(std::string boxType);
+
 
   private: