]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.h
Global factory in course of removal... does not compile but have to commit to continu...
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.h
index 1d0ee5d66510d69b0126d079932cddbb805aeb82..6443d50ac93469b756cf5541393c54bf65de6c49 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/06 14:14:22 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/03/07 08:40:14 $
+  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
@@ -83,7 +83,7 @@ namespace bbtk
     /// Returns the Package to which the box belongs
     Package* GetPackage() { return mPackage; }
     
-    /// Returns the Package to which the box belongs
+    /// Returns the Package to which the box belongs (const pointer)
     const Package* GetPackage() const { return mPackage; }
     
     /// Returns the kind of box