X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=d506661a5c283f37faaa43a5d1749f2f1413ac28;hb=203521dab07f8ff3325b78969f6994b4a1c4375e;hp=6bf7ee113b9b882438bbfaa075e1ea253edbc809;hpb=99527f7d2edc2714942c0837cb56ff333b9fbb92;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 6bf7ee11..d506661a 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllEntryVerify.cxx,v $ Language: C++ - Date: $Date: 2005/07/08 13:39:56 $ - Version: $Revision: 1.27 $ + Date: $Date: 2005/07/11 14:47:19 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,9 +23,6 @@ #include #include -//Generated file: -//#include "gdcmDataImages.h" - typedef std::string EntryValueType; // same type as ValEntry::value typedef std::map< gdcm::TagKey, EntryValueType > MapEntryValues; typedef MapEntryValues *MapEntryValuesPtr;