]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMakeFileName.cxx
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / packages / std / src / bbstdMakeFileName.cxx
index ef056a30d8ddf11326b42792af14303c85fc48d6..f888ded910335b3caa66176af534b99d84187578 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdMakeFileName.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:27 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2009/05/14 14:43:38 $
+  Version:   $Revision: 1.5 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -39,13 +39,19 @@ namespace bbstd
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,MakeFileName);
   BBTK_BLACK_BOX_IMPLEMENTATION(MakeFileName,bbtk::AtomicBlackBox);
   
-  void MakeFileName::bbUserConstructor()
+  void MakeFileName::bbUserSetDefaultValues()
   {
     bbSetInputDirectory("");
     bbSetInputFile("");
     bbSetInputExtent("");
   }
-  
+  void MakeFileName::bbUserInitializeProcessing() 
+  { 
+  }
+  void MakeFileName::bbUserFinalizeProcessing() 
+  { 
+  }
+
   void MakeFileName::DoProcess()
   {
     std::string fileSep = bbtk::ConfigurationFile::GetInstance().Get_file_separator();