]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.h
Add unfinished version of bbtkTranscriptor
[bbtk.git] / kernel / src / bbtkFactory.h
index 0a7f39e6f2f0a1adca70e8a842cc671b20862bfd..a4f84e73f6f7d0c015484d8e1f05f0c28e7cdc44 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkFactory.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/12 12:55:16 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/02/14 11:38:58 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -170,7 +170,7 @@ namespace bbtk
 
   inline void HelpBlackBox(const std::string& name, std::string& package,
                           bool full=true
-                          ) 
+                          )
   {
     GetGlobalFactory()->HelpBlackBox(name, package, full);
   }