]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkPackage.h
no message
[bbtk.git] / kernel / src / bbtkPackage.h
index 419f3fea752e3e2b4e6ef6afe055e1e6f3d5810f..b1976977dfcb54bbf7a85ef9f21905866c36a276 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkPackage.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/08 14:50:04 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2010/09/12 14:52:25 $
+  Version:   $Revision: 1.16 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -254,7 +254,9 @@ namespace bbtk
     const FactorySet& GetFactorySet() const { return mFactorySet; }
     
     void Check() const;
+         bool ifBoxExist( std::string boxType );
 
+         
   private:
     /// Default ctor is private : use the static New method
     //    Package() {}