X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.cxx;h=e7202b02ed1847db51fa1318a0cc2a5b59debe68;hb=912de5d1cc942f7386c83d32c5d847ef5bb2bf17;hp=42997e8c5e833265c32f538f1583508053f2ea2e;hpb=709489e13fe8c2b2a3f0cff5b5c948fd516bf855;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.cxx b/src/gdcmDicomDirMeta.cxx index 42997e8c..e7202b02 100644 --- a/src/gdcmDicomDirMeta.cxx +++ b/src/gdcmDicomDirMeta.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.cxx,v $ Language: C++ - Date: $Date: 2004/08/27 15:48:44 $ - Version: $Revision: 1.7 $ + Date: $Date: 2004/08/30 16:15:40 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -44,12 +44,12 @@ gdcmDicomDirMeta::~gdcmDicomDirMeta() //----------------------------------------------------------------------------- // Print /** - * \brief Prints the Object + * \brief Prints the Meta Elements */ void gdcmDicomDirMeta::Print(std::ostream &os) { os << "META" << std::endl; - //gdcmObject::Print(os); + // warning : META doesn't behave exactly like a gdcmObjet for (ListDocEntry::iterator i = docEntries.begin(); i != docEntries.end(); ++i)