]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragmentsInfo.h
2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
[gdcm.git] / src / gdcmJPEGFragmentsInfo.h
index 53e876991201963f03ac511a2601664335a77f34..815750eb0f44353c3cd120f06f11cd6802edd99f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragmentsInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/12 04:35:46 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2004/10/18 12:49:22 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -22,6 +22,7 @@
 
 #include "gdcmJPEGFragment.h"
 #include <list>
+
 namespace gdcm 
 {
 
@@ -38,10 +39,11 @@ namespace gdcm
  */
 class GDCM_EXPORT JPEGFragmentsInfo
 {
-   typedef std::list< JPEGFragment* > JPEGFragmentsList;
 friend class Document;
 friend class File;
 friend class PixelConvert;
+private:
+   typedef std::list< JPEGFragment* > JPEGFragmentsList;
    JPEGFragmentsList Fragments;
 public:
    ~JPEGFragmentsInfo();