]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.cxx
Windows compilation
[bbtk.git] / kernel / src / bbtkFactory.cxx
index 5095c0e81b452368b4aca8f68f53464aa4cf40cc..7cda690e1aaa71d50690300928fefc2d9ef88d46 100644 (file)
@@ -4,8 +4,8 @@ Program:   bbtk
 Module:    $RCSfile: bbtkFactory.cxx,v $
 Language:  C++
 
-Date:      $Date: 2008/02/14 13:44:25 $
-Version:   $Revision: 1.21 $
+Date:      $Date: 2008/02/18 10:41:02 $
+Version:   $Revision: 1.22 $
                                                                                 
 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
@@ -823,6 +823,8 @@ namespace bbtk
   //===================================================================
   void Factory::WriteDotFilePackagesList(FILE *ff)
   {
+printf("EED Factory::WriteDotFilePackagesList 01\n");
+
     bbtkDebugMessageInc("Kernel",9,"Factory::WriteDotFilePackagesList()"
                          <<std::endl);
 
@@ -842,12 +844,15 @@ namespace bbtk
     }
     fprintf( ff , "}\n\n");
     bbtkDebugDecTab("Kernel",9);
+printf("EED Factory::WriteDotFilePackagesList 02\n");
   }
   //===================================================================
 
 
  void Factory::ShowGraphTypes(const std::string& name) const
  {
+printf("EED Factory::ShowGraphTypes 01\n");
+
    bool found = false;
    PackageMapType::const_iterator i;
    for (i = mPackageMap.begin(); i!=mPackageMap.end(); ++i )
@@ -888,6 +893,7 @@ namespace bbtk
       bbtkError("No package of the factory contains any black box <"
                 <<name<<">");
    }
+printf("EED Factory::ShowGraphTypes 02\n");
  }