X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmSQItem.h;h=ba147753d0cf48bcaa75d01e61a2ac6f8c24369b;hb=331b611c7add834807f5b235ffc877ef6d0198ad;hp=147643e52bf12f375cbae45ed11ee760c9effc52;hpb=8fd45dc6d321d1419854dc0e4fa6a37d6826b655;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index 147643e5..ba147753 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:11 $ - Version: $Revision: 1.52 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.54 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,8 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef GDCMSQITEM_H -#define GDCMSQITEM_H +#ifndef _GDCMSQITEM_H_ +#define _GDCMSQITEM_H_ #include "gdcmDocEntrySet.h" #include "gdcmElementSet.h" @@ -47,7 +47,7 @@ public: virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); - void WriteContent(std::ofstream *fp, FileType filetype); + void WriteContent(std::ofstream *fp, FileType filetype, bool insideMetaElements); uint32_t ComputeFullLength(); bool AddEntry(DocEntry *Entry); // add to the List