From 1dd5edfd86663a2a001d781f6188f120b98b5216 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 7 Oct 2004 16:55:15 +0000 Subject: [PATCH] ENH: TestHash.cxx add gdcm header to shut up stoopid warnings - gdcmCommon.h some typoes - gdcmDirList some style --- Testing/TestHash.cxx | 6 +++--- src/gdcmCommon.h | 8 ++++---- src/gdcmDirList.h | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 771b7bba..e712e355 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -1,11 +1,11 @@ +#include "gdcmCommon.h" //to shut up warnings // Checks the basic functionalities of STL . #include #include #include -#include - -int TestHash( int, char * [] ) { +int TestHash( int, char * [] ) +{ std::cout << "Test::TestHash : " << std::endl; std::cout << " Checks that the basic STL functionalities required " << std::endl diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index c0db974c..452fa3f2 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2004/09/27 08:39:05 $ - Version: $Revision: 1.33 $ + Date: $Date: 2004/10/07 16:55:16 $ + Version: $Revision: 1.34 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -96,9 +96,9 @@ const std::string GDCM_BINLOADED = "gdcm::Binary data loaded"; const std::string GDCM_NOTLOADED = "gdcm::NotLoaded"; const std::string GDCM_UNREAD = "gdcm::UnRead"; -/// \brief gdcmTagKey is made to old an "universal" (as in URL, Universal +/// \brief gdcmTagKey is made to hold an "universal" (as in URL, Universal /// Ressource Locator) key to a gdcmDocEntry i.e. a dicom tag. -/// A dicom tag allways has a group and an element, but a set of tags +/// A dicom tag always has a group and an element, but a set of tags /// embeded in various (optionally nested) sequences and sharing /// the same group and element all share the same (group, element) /// "identifier". Hence the (group, element) cannot be used as an diff --git a/src/gdcmDirList.h b/src/gdcmDirList.h index 4348c791..6926ff02 100644 --- a/src/gdcmDirList.h +++ b/src/gdcmDirList.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.h,v $ Language: C++ - Date: $Date: 2004/09/27 08:39:06 $ - Version: $Revision: 1.9 $ + Date: $Date: 2004/10/07 16:55:16 $ + 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 @@ -33,9 +33,9 @@ class GDCM_EXPORT gdcmDirList: public std::list { public : gdcmDirList(std::string dirName,bool recursive=false); - virtual ~gdcmDirList(void); + virtual ~gdcmDirList(); - std::string GetDirName(void); + std::string GetDirName(); /// Character '\' static const char SEPARATOR_X; -- 2.48.1