]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderIdo.cxx
ENH : OpenFile closes the file if it *really* doesn't look like
[gdcm.git] / src / gdcmHeaderIdo.cxx
index a6f1a4cd62e6636816f1281b84671943a0836e0e..91a9aecfd1b584a9c89b959d704808f3e1d48d6e 100644 (file)
@@ -2,7 +2,6 @@
 
 #include "gdcmIdo.h"
 #include "gdcmUtil.h"
-using namespace std;
 
 gdcmHeaderIdo::gdcmHeaderIdo (char* InFilename)
        : gdcmHeader(InFilename)
@@ -20,7 +19,7 @@ void gdcmHeaderIdo::BuildHeader(void) {
  *          filetype.
  */
 void gdcmHeaderIdo::setAcrLibido(void) {
-       string RecCode;
+       std::string RecCode;
        
        RecCode = GetPubElValByNumber(0x0008, 0x0010);
        if (RecCode == "ACRNEMA_LIBIDO" ||