X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntrySet.h;h=5e82772cda9f41187052c51b605bdf6043a42a66;hb=8e7d7cb974953d9bc78b905451de7ca72887dc58;hp=6f1930ce2282dcceb4e236b0a24844af56a51b4d;hpb=745e3abcf3563cd15ebb92316d6dd800d8199340;p=gdcm.git diff --git a/src/gdcmDocEntrySet.h b/src/gdcmDocEntrySet.h index 6f1930ce..5e82772c 100644 --- a/src/gdcmDocEntrySet.h +++ b/src/gdcmDocEntrySet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntrySet.h,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:04 $ - Version: $Revision: 1.71 $ + Date: $Date: 2007/08/29 15:30:49 $ + Version: $Revision: 1.72 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -65,7 +65,7 @@ class GDCM_EXPORT DocEntrySet : public RefCounter public: /// \brief write any type of entry to the entry set virtual void WriteContent (std::ofstream *fp, FileType filetype, - bool insideMetaElements) = 0; + bool insideMetaElements,bool insideSequence ) = 0; /// \brief Remove all Entry of the current set virtual void ClearEntry() = 0;