X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmBinEntry.cxx;h=651ed623062dadb91f4126bb1734ae9f463fbd7d;hb=3c51b39e18ba55faf14c5bbac129662e824d3adb;hp=ef4f9652a9e15d54fb81badc6467b3c5849065e8;hpb=7815fe9dc3532b716dc478ca0f255263f99d296f;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index ef4f9652..651ed623 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2004/08/16 16:30:32 $ - Version: $Revision: 1.22 $ + Date: $Date: 2004/08/31 14:24:47 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -93,7 +93,9 @@ void gdcmBinEntry::Print(std::ostream &os) /* * \brief canonical Writer - */ + * @param fp already open file pointer + * @param filetype type of the file to be written +*/ void gdcmBinEntry::Write(FILE *fp, FileType filetype) { gdcmDocEntry::Write(fp, filetype);