X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmCommon.h;h=4de3dee09c7dba7d23ccd43f636c906261b91381;hb=879f56a62d0772c95e92d0657882eb1886b4153d;hp=526b2bc050e991b070b52eaffa7e23ec185fb311;hpb=ebda1190dca3c85d58758b3da3da526eac89194a;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 526b2bc0..4de3dee0 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2004/09/21 11:17:42 $ - Version: $Revision: 1.32 $ + Date: $Date: 2004/10/08 08:41:04 $ + Version: $Revision: 1.35 $ 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 @@ -49,6 +49,7 @@ #ifndef HAVE_NO_STDINT_H #include // For uint8_t uint16_t and uint32_t #else +typedef signed char int8_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; @@ -57,6 +58,7 @@ typedef unsigned int uint32_t; #endif #ifdef _MSC_VER +typedef signed char int8_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; @@ -96,9 +98,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