]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
Typos on references.
[gdcm.git] / src / gdcmUtil.h
index 9ea02aa553c0ddc131939449f593bcedf775afd5..3e8056ca2378078643983e99490dfb4ae10d5c84 100644 (file)
@@ -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
 #ifndef GDCMUTIL_H
 #define GDCMUTIL_H
 
+#include "gdcmCommon.h"
 #include <vector>
 #include <string>
 
-#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<std::string>& tokens,
                           const std::string& delimiters = " ");