]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkFactory.h
index 34e435d3082c8e30b12d146686cce34f573bda70..73b23c45db71efcde3bab8af1e421aaad695649d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkFactory.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/08 06:59:30 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/04/09 11:16:57 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -79,6 +79,11 @@ namespace bbtk
                           const DataInfo& typeout,
                           std::string& adaptor) const;
     
+    bool FindWidgetAdaptor2(const DataInfo& typein,
+                           const DataInfo& typeout,
+                           std::string& widget,
+                           std::string& adaptor) const;
+
     Connection* NewConnection(BlackBox* from,
                               const std::string& output,
                               BlackBox* to,
@@ -88,6 +93,8 @@ namespace bbtk
 
     void Reset();
     
+    void CheckPackages() const;
+
     typedef enum
       {
        Packages,