]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntryArchive.h
* src/gdcmDocEntryArchive.[h|cxx] : bug fix and add a method to temporary
[gdcm.git] / src / gdcmDocEntryArchive.h
index 99bdaea475814997524688740c432a982b153cdd..ae6550ab857201edf9a7366e3bcab17b017ff63e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntryArchive.h,v $
   Language:  C++
-  Date:      $Date: 2004/11/19 18:49:39 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/11/24 10:23:47 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -45,6 +45,7 @@ public:
    void Print(std::ostream &os = std::cout);
 
    bool Push(DocEntry *newEntry);
+   bool Push(uint16_t group,uint16_t element);
    bool Restore(uint16_t group,uint16_t element);
 
    void ClearArchive(void);