X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntrySet.h;h=32bf2ef4e492fa6575ffba045b02520fb808e018;hb=af698856153f426a4d852b6645e238f669d42276;hp=dc057ac18d781a7557473eeb0252b16d1d3bd17d;hpb=c03bc9b5e7d49126a10d49f78682410a5500c412;p=gdcm.git diff --git a/src/gdcmDocEntrySet.h b/src/gdcmDocEntrySet.h index dc057ac1..32bf2ef4 100644 --- a/src/gdcmDocEntrySet.h +++ b/src/gdcmDocEntrySet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntrySet.h,v $ Language: C++ - Date: $Date: 2004/11/16 10:25:53 $ - Version: $Revision: 1.23 $ + Date: $Date: 2004/11/25 15:46:11 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -66,7 +66,7 @@ public: virtual void Print (std::ostream & os = std::cout) = 0;// pure virtual /// \brief write any type of entry to the entry set - virtual void Write (std::ofstream *fp, FileType filetype) = 0;// pure virtual + virtual void WriteContent (std::ofstream *fp, FileType filetype) = 0;// pure virtual virtual DocEntry* GetDocEntryByNumber(uint16_t group, uint16_t element) = 0;