X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg2000.cxx;h=69f334b5ad2c86e1cc8afcaec349c154b19a898e;hb=7c26892f568c67ce60f08f1a21fa64105bf6bb2d;hp=ad5956c5b5cfbf5082a4a5717f0fcf158f35dbcc;hpb=4f336fafd0f907e330999f0c70651e7bc7a431ae;p=gdcm.git diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx index ad5956c5..69f334b5 100644 --- a/src/gdcmJpeg2000.cxx +++ b/src/gdcmJpeg2000.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg2000.cxx,v $ Language: C++ - Date: $Date: 2004/12/04 17:17:15 $ - Version: $Revision: 1.15 $ + Date: $Date: 2005/02/05 01:37:09 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,15 +15,14 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -//----------------------------------------------------------------------------- -#include "gdcmFile.h" +#include "gdcmFileHelper.h" +#include "gdcmDebug.h" #include #include namespace gdcm { - //----------------------------------------------------------------------------- /** * \brief routine for JPEG decompression @@ -34,13 +33,12 @@ namespace gdcm * @warning : not yet made */ -bool gdcm_read_JPEG2000_file (std::ifstream* fp,void* image_buffer) { - (void)fp; //FIXME - (void)image_buffer; //FIXME - std::cout << "Sorry JPEG 2000 File not yet taken into account" << std::endl; +bool gdcm_read_JPEG2000_file (std::ifstream* , void* ) +{ + gdcmWarningMacro( "Sorry JPEG 2000 File not yet taken into account" ); return false; } -} // end namespace gdcm //----------------------------------------------------------------------------- +} // end namespace gdcm