]> Creatis software - gdcm.git/blobdiff - src/gdcmGlobal.h
Sometimes, fixing a bug in the library causes troubles in the Testing part...
[gdcm.git] / src / gdcmGlobal.h
index 4a68c6397a5656ba9a6e820222540bdcb558da9a..8b1ca815e258d756f8c6165b78d6979571ca2fb6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmGlobal.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/30 10:58:28 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2007/05/23 14:18:10 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -21,7 +21,7 @@
 
 #include "gdcmCommon.h"
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 class DictSet;
 class VR;
@@ -36,6 +36,8 @@ class DicomDirElement;
 class Dict;
 class GDCM_EXPORT Global
 {
+friend class DictSet; // to allow setting DefaultPubDict without 
+                      // providing anybody an accesor !
 public:
    Global();
    ~Global();
@@ -65,6 +67,9 @@ private:
    /// \brief Pointer to the hash table containing the Dicom Elements necessary 
    ///        to describe each part of a DICOMDIR 
    static DicomDirElement *ddElem;
+   /// pointer to the Default Public Dictionnary, redundantly store here, 
+   /// in order not to acces the HTable every time!
+   static Dict *DefaultPubDict; 
 };
 } // end namespace gdcm