]> Creatis software - gdcm.git/blobdiff - src/gdcmContentEntry.h
* Remove friend classes between DocEntry and File
[gdcm.git] / src / gdcmContentEntry.h
index b947a389637e072d52c3e0d56feb3fffb2796507..da8db0ed38092ec8cb651c91e015a0d5b6a4cabc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmContentEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/25 16:32:45 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/01/28 15:10:56 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,6 +47,8 @@ public:
    /// into a 'string', event if it's physically stored on disk as an integer
    std::string const &GetValue() const { return Value; };
 
+   void Copy(DocEntry *doc);
+
 protected:
    // Contructors are protected, not to be invoked by end user.
    ContentEntry(DictEntry *e);