From 400f5daf4374267b93b347affb285943f60803f2 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 14 Feb 2008 12:15:59 +0000 Subject: [PATCH] Factory debuging --- kernel/src/bbtkFactory.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/src/bbtkFactory.cxx b/kernel/src/bbtkFactory.cxx index 9f1e96f..138006c 100644 --- a/kernel/src/bbtkFactory.cxx +++ b/kernel/src/bbtkFactory.cxx @@ -4,8 +4,8 @@ Program: bbtk Module: $RCSfile: bbtkFactory.cxx,v $ Language: C++ -Date: $Date: 2008/02/14 11:38:58 $ -Version: $Revision: 1.19 $ +Date: $Date: 2008/02/14 12:15:59 $ +Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de @@ -109,6 +109,7 @@ namespace bbtk { #if defined(__GNUC__) + verbose = true; void *handler; handler = dlopen(libname.c_str(), -- 2.45.1