X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=0a115ec234c71e9ad4683d04e6b7377cee1c6b42;hb=90034aefc764a5b6c4815c9073606d36956acab1;hp=b4eb0d9614f7edc5ed2c84b68c66511e75be2aab;hpb=6003c9cbddd74caa0f6a7de58d5f1e3f8a4c38c4;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index b4eb0d96..0a115ec2 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/02/06 14:31:09 $ - Version: $Revision: 1.60 $ + Date: $Date: 2005/02/11 15:22:18 $ + Version: $Revision: 1.62 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,6 +27,8 @@ // 'identifier' : class 'type' needs to have dll-interface to be used by // clients of class 'type2' #pragma warning ( disable : 4251 ) +// non dll-interface class 'type' used as base for dll-interface class 'type2' +#pragma warning ( disable : 4275 ) // 'identifier' : identifier was truncated to 'number' characters in the // debug information #pragma warning ( disable : 4786 ) @@ -77,6 +79,7 @@ typedef unsigned int uint32_t; #include +/// \brief namespace for Grass root DiCoM namespace gdcm { @@ -134,6 +137,7 @@ enum FileType { ACR_LIBIDO }; +/// \brief type of the elements composing a DICOMDIR (for internal use only) enum DicomDirType { DD_UNKNOWN = 0, DD_META,