]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.h
#2536 BBTK Feature New Normal - wt-version Package
[bbtk.git] / kernel / src / bbtkFactory.h
index 8c80ec78da1043d48fe1d645e23b2dea5c109d4d..aab5c9494e433ef7f7ea191034bf7ccba1a4019f 100644 (file)
@@ -161,12 +161,14 @@ 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);
+       std::string GetPackageNameOfaBlackBox(std::string boxType);
+       std::string GetTypeNameOfaBlackBox(std::string boxType);
 
 
   private:
 
 
+
     /// The map of packages
     PackageMapType mPackageMap;
 
@@ -179,6 +181,8 @@ namespace bbtk
     void CloseAllPackages();
     void ClosePackage(PackageMapType::iterator& i);
 
+
+
   };
   // class Factory