X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=3e8056ca2378078643983e99490dfb4ae10d5c84;hb=175fcae3621cded83810f560ae3e440e532bce68;hp=9ea02aa553c0ddc131939449f593bcedf775afd5;hpb=eebb428694422967cab7559646df139d790afded;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 9ea02aa5..3e8056ca 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2004/09/07 13:57:05 $ - Version: $Revision: 1.30 $ + Date: $Date: 2004/10/08 04:43:38 $ + Version: $Revision: 1.33 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -19,10 +19,10 @@ #ifndef GDCMUTIL_H #define GDCMUTIL_H +#include "gdcmCommon.h" #include #include -#include "gdcmCommon.h" /** * \defgroup Globals Utility functions @@ -32,8 +32,6 @@ */ //----------------------------------------------------------------------------- -GDCM_EXPORT std::istream & eatwhite(std::istream & is); - GDCM_EXPORT void Tokenize (const std::string& str, std::vector& tokens, const std::string& delimiters = " ");