X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.cxx;h=e1f201ff4a3be39f96a5d105cf9ae8736ddf9d04;hb=d5e16925a7d3c8dbd0e71b1989629ca0f619b119;hp=5a12172ec205491405edcca6737a78b2b94e2da9;hpb=233c8b3ebb1aee6b1be6723d842eb2241b9ffb91;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index 5a12172e..e1f201ff 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.cxx,v $ Language: C++ - Date: $Date: 2004/12/03 17:13:18 $ - Version: $Revision: 1.14 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.16 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,8 +26,6 @@ namespace gdcm /** * \ingroup DicomDirImage * \brief Constructor - * @param ptagHT pointer to the HTable (DicomDirObject needs it - * to build the DocEntries) */ DicomDirImage::DicomDirImage(): DicomDirObject() @@ -48,7 +46,7 @@ DicomDirImage::~DicomDirImage() * \brief Prints the Object * @return */ -void DicomDirImage::Print(std::ostream &os) +void DicomDirImage::Print(std::ostream &os, std::string const & ) { os << "IMAGE : "; for(ListDocEntry::iterator i = DocEntries.begin();