X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.h;h=cbf78f1d85ebcee544642a2b6691fc0b6fcede43;hb=1d69b92978803204089d270599133917d944c651;hp=35c61a7e10a9cedf4ff414f5851723aa51d4e4ab;hpb=ac11759a2c7fcb32a6e0d2efdc8bb03982ae349e;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 35c61a7e..cbf78f1d 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.h,v $ Language: C++ - Date: $Date: 2004/10/07 21:05:40 $ - Version: $Revision: 1.9 $ + Date: $Date: 2004/10/12 04:35:48 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,6 +23,8 @@ #include #include #include +namespace gdcm +{ //----------------------------------------------------------------------------- typedef std::string TSKey; @@ -34,11 +36,11 @@ typedef std::map TSHT; // Transfert Syntax Hash Table * Container for dicom Transfert Syntax Hash Table * \note This is a singleton */ -class GDCM_EXPORT gdcmTS +class GDCM_EXPORT TS { public: - gdcmTS(); - ~gdcmTS(); + TS(); + ~TS(); void Print(std::ostream &os = std::cout); @@ -48,6 +50,7 @@ public: private: TSHT ts; }; +} // end namespace gdcm //----------------------------------------------------------------------------- #endif