]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConfigurationFile.h
Fixed :
[bbtk.git] / kernel / src / bbtkConfigurationFile.h
index 3d2f92abdef5c13da1db0e646cefe6bfdfe6b898..24c94140df9fa64ab1ebcb7126d1907485d7c045 100644 (file)
@@ -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/03/26 08:27:19 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -104,6 +104,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<std::string>& Get_bbs_paths() const
     { return mBbs_paths;}
     inline const std::vector<std::string>& Get_package_paths() const