]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntrySet.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmDocEntrySet.h
index 80f27e9e694e037ac81de28cd9f19b729192161b..319cf3b118b2b02fd69d3ab8fee556156c47713c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntrySet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:31:23 $
-  Version:   $Revision: 1.65 $
+  Date:      $Date: 2005/11/29 12:48:47 $
+  Version:   $Revision: 1.66 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -111,6 +111,8 @@ public:
                          VRKey const &vr = GDCM_VRUNKNOWN);
    SeqEntry *NewSeqEntry(uint16_t group, uint16_t elem);
 
+   virtual void Copy(DocEntrySet *set) {};
+
 protected:
    /// Canonical Constructor
    DocEntrySet();