]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
* Add usefull comments in Header
[gdcm.git] / src / gdcmElementSet.h
index c1da9457d10441695996b84172e2d9ab9b02dccf..926bec2c619623727af84cdaffd471fbcd8c8994 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/25 04:47:43 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2004/11/19 18:49:39 $
+  Version:   $Revision: 1.22 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -61,6 +61,7 @@ private:
  
    friend class Document;
    friend class DicomDir; //For accessing private TagHT
+   friend class DocEntryArchive; //For accessing private TagHT
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------