]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
ENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_EMULATION. You are now able...
[gdcm.git] / src / gdcmUtil.h
index 86cee1447749c9fc7291868330446afa2d34d011..8e7ac623f5b8980813291665d1c97588f7e6d349 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/11 19:00:39 $
-  Version:   $Revision: 1.54 $
+  Date:      $Date: 2005/02/11 20:04:08 $
+  Version:   $Revision: 1.55 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -71,8 +71,6 @@ private:
    static const std::string GDCM_UID;
 };
 
-template <class T> 
-GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const T &val);
 GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const uint16_t &val);
 GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const uint32_t &val);
 GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const char *val);