]> Creatis software - gdcm.git/commitdiff
.h names updated
authorjpr <jpr>
Wed, 14 Jan 2004 10:24:49 +0000 (10:24 +0000)
committerjpr <jpr>
Wed, 14 Jan 2004 10:24:49 +0000 (10:24 +0000)
src/Makefile.am
src/gdcm.h

index 68883906ed345272f384008e0d590f31c89f470e..3aa620c9977348f91b76448cce495d3cc7efae18 100644 (file)
@@ -41,8 +41,8 @@ libgdcminclude_HEADERS =      \
        gdcmDictSet.h                           \
        gdcmDict.h                                      \
        gdcmDictEntry.h                 \
-       gdcmElValue.h                           \
-       gdcmElValSet.h                          \
+       gdcmHeaderEntry.h                               \
+       gdcmHeaderEntrySet.h                            \
        gdcmVR.h                                                \
        gdcmTS.h                                                \
        gdcmFile.h
index 250b76e5da3e0aa29c661a29ab9359b1f2f9dd9d..1763c29ab8b5243ccdf87326590a561b4fae1784 100644 (file)
@@ -20,8 +20,8 @@
 #include "gdcmDict.h"
 #include "gdcmDictSet.h"
 
-#include "gdcmElValue.h"
-#include "gdcmElValSet.h"
+#include "gdcmHeaderEntry.h"
+#include "gdcmHedaerEntrySet.h"
 
 #include "gdcmHeader.h"
 #include "gdcmHeaderHelper.h"