]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index 6a744012f1692f50a8266963ab600585956d5afe..f7c2295446c7fae4f3a556d762f72e6fea3f23fc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/05 11:07:43 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/02/05 12:16:56 $
+  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
@@ -119,8 +119,8 @@ namespace bbtk
     ///Adds the authorName to the Box author list
     virtual void Author(const std::string &authorName) = 0;
 
-    ///Adds the keywords to the Box keywords list
-    virtual void Keyword(const std::string &keywords) = 0;
+    ///Adds the categories to the Box categoris list
+    virtual void Category(const std::string &categories) = 0;
 
     /// The description string which explains what does the ComplexBox
     virtual void Description(const std::string &d) = 0;