X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkVirtualExec.h;h=f7c2295446c7fae4f3a556d762f72e6fea3f23fc;hb=25bdc6c1abfae7b8aea5564bee7f0c2f0615c37c;hp=6a744012f1692f50a8266963ab600585956d5afe;hpb=a7b5e75baf0af42a27092233d3b3350d8ec2d5da;p=bbtk.git diff --git a/kernel/src/bbtkVirtualExec.h b/kernel/src/bbtkVirtualExec.h index 6a74401..f7c2295 100644 --- a/kernel/src/bbtkVirtualExec.h +++ b/kernel/src/bbtkVirtualExec.h @@ -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;