]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConfigurationFile.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkConfigurationFile.h
index 94992f8098882dfc3c09fcef6f2512f1653cd9fa..47521d976cfe40ca14ebe3d830ad3b6ddc33d30f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConfigurationFile.h,v $
   Language:  C++
-  Date:      $Date: 2008/09/10 07:25:23 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2008/10/15 13:02:14 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -61,7 +61,7 @@ namespace bbtk
   {
   public:
     
-    static ConfigurationFile const &GetInstance()
+    static ConfigurationFileGetInstance()
     {
       static ConfigurationFile f;
       return f;
@@ -104,6 +104,8 @@ namespace bbtk
     { return mConfig_xml_full_path;}
     inline const std::string& Get_default_temp_dir() const
     { return mDefault_temp_dir;}
+
+    bool AddPackagePathsAndWrite( const std::string& package_root_path );
     
   private:
     void Read(const std::string& fileName);