]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
* src/gdcmDocument.cxx : bug fix on potential memory leak
[gdcm.git] / src / gdcmElementSet.h
index 0bb3ac648593bea967e49265da2f237c6047c321..0f6e5d500bdf656aa5d382a287373cb826f0b658 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/24 16:10:52 $
-  Version:   $Revision: 1.36 $
+  Date:      $Date: 2005/01/25 11:11:59 $
+  Version:   $Revision: 1.37 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -49,6 +49,7 @@ public:
 
    virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); 
 
+   void ClearEntry();
    bool AddEntry(DocEntry *Entry);
    bool RemoveEntry(DocEntry *EntryToRemove);
    bool RemoveEntryNoDestroy(DocEntry *EntryToRemove);