]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
* python/distutilsSwigCPlusPlus.py now properly collects the
[gdcm.git] / src / gdcmElValue.cxx
index 060ffb99eb767cb911d69a9fe936f0fbb43abc8d..339069021ba1525f4766c6eb402c6279eaeeb44e 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "gdcm.h"
 
-void   ElValue::SetVR(string ValRep) { entry->SetVR(ValRep); }
-string ElValue::GetVR(void)          { return entry->GetVR(); }
+       // void    ElValue::SetVR(string v)      { entry->SetVR(v);       };
 
 ElValue::ElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }
+
+