From 1d44a799e7860861ce969254d6403a0066ffd753 Mon Sep 17 00:00:00 2001 From: regrain Date: Mon, 28 Nov 2005 17:09:22 +0000 Subject: [PATCH] * Fix compilation error due to the introduction of the CommandManager -- BeNours --- Example/MakeDicomDir.cxx | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/Example/MakeDicomDir.cxx b/Example/MakeDicomDir.cxx index bb97ae6b..86f7ec75 100644 --- a/Example/MakeDicomDir.cxx +++ b/Example/MakeDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: MakeDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:26 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/11/28 17:09:22 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,18 +24,6 @@ #include -// --- -void StartMethod(void *toto) { - (void)toto; - std::cout<<"Start parsing"<SetStartMethod(StartMethod); - dcmdir->SetEndMethod(EndMethod); - dcmdir->SetLoadMode(loadMode); dcmdir->SetDirectoryName(dirName); //dcmdir->SetParseDir(true); -- 2.45.1