X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=kernel%2Fsrc%2FbbtkConfigurationFile.h;h=94992f8098882dfc3c09fcef6f2512f1653cd9fa;hb=cb74ad8d12e03d219df87c69f6caef29afee4cfc;hp=3d2f92abdef5c13da1db0e646cefe6bfdfe6b898;hpb=5e6e754f059d5fb6b25b883f89f76333228ba5c4;p=bbtk.git diff --git a/kernel/src/bbtkConfigurationFile.h b/kernel/src/bbtkConfigurationFile.h index 3d2f92a..94992f8 100644 --- a/kernel/src/bbtkConfigurationFile.h +++ b/kernel/src/bbtkConfigurationFile.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigurationFile.h,v $ Language: C++ - Date: $Date: 2008/03/10 06:24:12 $ - Version: $Revision: 1.6 $ + Date: $Date: 2008/09/10 07:25:23 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -43,16 +43,6 @@ #include - // file separator -#if defined(_WIN32) -#define VALID_FILE_SEPARATOR "\\" -#define INVALID_FILE_SEPARATOR "/" -#else -#define INVALID_FILE_SEPARATOR "\\" -#define VALID_FILE_SEPARATOR "/" -#endif - - namespace bbtk { @@ -104,6 +94,8 @@ namespace bbtk inline const std::string& Get_rsc_path() const { return mRsc_path;} + inline const std::string& Get_root_bbs_path() const + { return mBbs_path;} inline const std::vector& Get_bbs_paths() const { return mBbs_paths;} inline const std::vector& Get_package_paths() const