X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.cxx;h=a0fc0bcf4e599f6c1ed8cc9b6239786fbdd4581e;hb=cfd7023dd0efe6d0cf17cdc1b31bbf17ac8a9ade;hp=9f2c4d195f3f622047720f68595af5b92c86cbf4;hpb=9ca4fd0ccbfea12ed7760856de3a8faf41625869;p=gdcm.git diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index 9f2c4d19..a0fc0bcf 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 16:45:52 $ - Version: $Revision: 1.42 $ + Date: $Date: 2005/01/17 11:13:21 $ + Version: $Revision: 1.44 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #include "gdcmTS.h" #include "gdcmGlobal.h" #include "gdcmUtil.h" +#include "gdcmDebug.h" #include #include @@ -81,7 +82,7 @@ SeqEntry::~SeqEntry() /** * \brief canonical Printer */ -void SeqEntry::Print( std::ostream &os ) +void SeqEntry::Print( std::ostream &os, std::string const & ) { // First, Print the Dicom Element itself. os << "S "; @@ -114,7 +115,7 @@ void SeqEntry::Print( std::ostream &os ) else { // fuse - os << " -------------- should have a sequence terminator item"; + gdcmVerboseMacro(" -------- should have a sequence terminator item"); } } }