]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkObject.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkObject.h
index 21109d3405794c2d8057aac9562c7b91e4491516..483efa4244f2c46cc77c15a58143706cc0996fb0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkObject.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:15 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/04/22 08:29:09 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -51,8 +51,8 @@ namespace bbtk
     static void InsertInObjectList(Pointer);
     static void RemoveFromObjectList(WeakPointer);
 
-    static void PrintObjectListInfo();
-    static void PrintObjectInfo(const std::string& name);
+    static void PrintObjectListInfo(const std::string& name);
+    //    static void PrintObjectInfo(const std::string& name);
     static void PrintObjectInfo(const Pointer& o); 
     /// Default objects deleter : removes object from list on deletion
     struct Deleter