X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3c1e7dccbfc27b38be1813904dcb5e30c6645d8c;hb=96a07d9f59947ba8315fec0b4f240c8d7bf986bf;hp=f582ac92377ef91cbf0592b38894286b385a3e9c;hpb=0bf7d7ca519366df9878e006da8413cb87c5f50d;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index f582ac92..3c1e7dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2004-11-25 Benoit Regrain + * src/ : fix compilation warnings for the Write method (2 different + proto). So Rename 'Write(ifstream* fp' into 'WriteContent(ifstream* fp' + fix compilation warnings for the gdcm::Document::TransferSyntaxStrings + variable... create a static method in gdcm::Document to access to + this variable content. + +2004-11-25 Benoit Regrain + * src/gdcmDocument.[h|cxx] : set the Transfert Syntax values to the header + file, to be accessed by other files (like gdcmFile). Remove commented + code. Move the change of the header to the gdcmFile, using the + DocEntryArchive + * src/gdcmHeader.[h|cxx] : the write is completely made in the Header. + To be sure of that (and simplify calls), the Write of the header now + gets a file name and not a file pointer (std::ifstream). + * src/gdcmFile.[h|cxx] : apply the write file type to the header, using the + DocEntryArchive. Remove all open of the written file + 2004-11-25 Benoit Regrain * vtk/vtkGdcmReader.cxx : compilation bug fix for the vtk part