X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.cxx;h=9f73066f63de092df64f7ab711d4399837e2851f;hb=bafc00d3eee5ab3c580e0971cb2d8806b5c74f35;hp=69e3456ed7be3e5dab3ed473d4be6b52d9cd1742;hpb=8c690fedb5ea897b6a69584e1e237cb5dbad97a5;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.cxx b/kernel/src/bbtkTranscriptor.cxx index 69e3456..9f73066 100644 --- a/kernel/src/bbtkTranscriptor.cxx +++ b/kernel/src/bbtkTranscriptor.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkTranscriptor.cxx,v $ Language: C++ - Date: $Date: 2009/05/28 08:12:06 $ - Version: $Revision: 1.16 $ + Date: $Date: 2009/06/08 14:50:04 $ + Version: $Revision: 1.17 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -269,7 +269,7 @@ namespace bbtk } /// prints the list of the boxes of the current descriptor - void Transcriptor::PrintBoxes() + void Transcriptor::PrintHelpListBoxes() { m_Fp << " e->PrintBoxes( );" << std::endl; } @@ -301,7 +301,7 @@ namespace bbtk } -void Transcriptor::ShowRelations(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) +void Transcriptor::PrintHelpBlackBox(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) { }