]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkTranscriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkTranscriptor.cxx
index 69e3456ed7be3e5dab3ed473d4be6b52d9cd1742..9f73066f63de092df64f7ab711d4399837e2851f 100644 (file)
@@ -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)
   {
      
   }