]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderIdo.cxx
2003-10-29 Jean-Pierre Roux
[gdcm.git] / src / gdcmHeaderIdo.cxx
index cc905fdcd47c3faf6fd098a4631b56c509f17718..91a9aecfd1b584a9c89b959d704808f3e1d48d6e 100644 (file)
@@ -1,18 +1,7 @@
 // gdcmHeaderIdo.cxx
 
-//This is needed when compiling in debug mode
-#ifdef _MSC_VER
-// 'identifier' : class 'type' needs to have dll-interface to be used by
-// clients of class 'type2'
-#pragma warning ( disable : 4251 )
-// 'identifier' : identifier was truncated to 'number' characters in the
-// debug information
-#pragma warning ( disable : 4786 )
-#endif //_MSC_VER
-
 #include "gdcmIdo.h"
 #include "gdcmUtil.h"
-using namespace std;
 
 gdcmHeaderIdo::gdcmHeaderIdo (char* InFilename)
        : gdcmHeader(InFilename)
@@ -30,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" ||