]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdConfiguration.cxx
BUG LayoutTSplit Widget2
[bbtk.git] / packages / std / src / bbstdConfiguration.cxx
index 8fab8fe47f525b5a4b01ca15900163758529ab54..e5d8844e189551eab4c5f2849ad1845172fa0f6d 100644 (file)
@@ -4,19 +4,18 @@
 #include "bbtkConfigurationFile.h"
 namespace bbstd
 {
-
        BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,Configuration)
-       BBTK_USER_BLACK_BOX_IMPLEMENTATION(Configuration,bbtk::UserBlackBox);
+       BBTK_USER_BLACK_BOX_IMPLEMENTATION(Configuration,bbtk::AtomicBlackBox);
 
        void Configuration::bbUserConstructor() 
    { 
 
    }
 
-
        void Configuration::DoProcess()
        {
       bbSetOutputDataPath( bbtk::ConfigurationFile::GetInstance().Get_data_path() );
+      bbSetOutputDocPath( bbtk::ConfigurationFile::GetInstance().Get_doc_path() );
       bbSetOutputFileSeparator( bbtk::ConfigurationFile::GetInstance().Get_file_separator() );
 
 #if defined(__GNUC__)
@@ -30,5 +29,3 @@ namespace bbstd
        }
 }
 // EO namespace bbstd
-
-