]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkPackage.cxx
Global factory in course of removal... does not compile but have to commit to continu...
[bbtk.git] / kernel / src / bbtkPackage.cxx
index 7d70c2511faefa7bdbd63ba5935f5932b440996b..cdc19203d9e2408d0b46f81e0b7785a10e0741ec 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkPackage.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/18 10:41:02 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2008/03/07 08:40:14 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -35,11 +35,12 @@ namespace bbtk
                   const std::string& description,
                   const std::string& version,
                   const std::string& BBTKVersion) 
-    : mName(name),
-      mAuthor(author),
-      mDescription(description),
-      mVersion(version),
-      mBBTKVersion(BBTKVersion)
+    :
+    mName(name),
+    mAuthor(author),
+    mDescription(description),
+    mVersion(version),
+    mBBTKVersion(BBTKVersion)
   {
     std::string default_doc_dir = ConfigurationFile::GetInstance().Get_default_temp_dir();
     char c = default_doc_dir.c_str()[strlen(default_doc_dir.c_str())-1];