]> Creatis software - gdcm.git/blobdiff - src/gdcmValEntry.h
ENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new...
[gdcm.git] / src / gdcmValEntry.h
index f2811f75135772db71d9446a16f5c3402b9bee2e..ddf3a73171bcc2388d198f3962aa233752338b14 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/03 20:27:44 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2004/09/27 08:39:08 $
+  Version:   $Revision: 1.23 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -45,15 +45,10 @@ public:
    /// Sets the value (string) of the current Dicom Document Entry
    void SetValue(std::string const & val) { Value = val; };
 
-   /// Sets the value (void *) of the current Dicom Document Entry
-   void SetVoidArea(void * val) { VoidArea = val; };
-
    virtual void Print(std::ostream &os = std::cout); 
    virtual void Write(FILE *fp, FileType filetype);
 
 protected:
-   /// \brief for 'non string' values. Will be move to gdcmBinEntry, later
-   void* VoidArea;  // clean it out later
    
 private:
 // Members :