]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProjectsTreeNode.h
By Leonardo Florez
[crea.git] / lib / creaDevManagerLib / modelCDMProjectsTreeNode.h
index 7dc34044f5a2f28dd5a778b8f58aa02b3be1a2e9..aa27b185f955fd9a0f605af50c17677cbb4600cb 100755 (executable)
@@ -2,8 +2,10 @@
 # ---------------------------------------------------------------------
 #
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
-#                        pour la Santé)
+#                        pour la Sant)
 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
 #
 #  This software is governed by the CeCILL-B license under French law and 
 #  abiding by the rules of distribution of free software. You can  use, 
 #
 #  The fact that you are presently reading this means that you have had
 #  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */ 
+# ------------------------------------------------------------------------ 
+*/ 
 
 
 /*
  * modelCDMProjectsTreeNode.h
  *
  *  Created on: 22/10/2012
- *      Author: daniel
+ *      Author: Daniel Felipe Gonzalez Obando
  */
 
 #ifndef MODELCDMPROJECTSTREENODE_H_
@@ -39,7 +42,7 @@
 class modelCDMProjectsTreeNode
 {
 public:
-  modelCDMProjectsTreeNode();
+  modelCDMProjectsTreeNode() { }
   modelCDMProjectsTreeNode(std::string path, std::string name, unsigned char type, int level);
   ~modelCDMProjectsTreeNode();