]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragment.h
Typo
[gdcm.git] / src / gdcmJPEGFragment.h
index 72de1f2b0856656302b3f78a4d02e11007141242..70f3312bc79f4a29da4be8739a4ee1a235016617 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragment.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/04 16:51:36 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/02/06 14:43:27 $
+  Version:   $Revision: 1.17 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,9 +48,9 @@ public:
                                      uint8_t *buffer, int nBits, 
                                      int &statesuspension);
 
-   bool ReadJPEGFile8  (std::ifstreamfp, void *image_buffer, int &statesuspension );
-   bool ReadJPEGFile12 (std::ifstreamfp, void *image_buffer, int &statesuspension );
-   bool ReadJPEGFile16 (std::ifstreamfp, void *image_buffer, int &statesuspension );
+   bool ReadJPEGFile8  (std::ifstream *fp, void *image_buffer, int &statesuspension );
+   bool ReadJPEGFile12 (std::ifstream *fp, void *image_buffer, int &statesuspension );
+   bool ReadJPEGFile16 (std::ifstream *fp, void *image_buffer, int &statesuspension );
 
    void SetLength(uint32_t length) { Length = length; };
    uint32_t GetLength()            { return Length;   };