X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderIdo.cxx;h=91a9aecfd1b584a9c89b959d704808f3e1d48d6e;hb=bed33c23d52354bfe0c3714493754c60c05cb320;hp=cc905fdcd47c3faf6fd098a4631b56c509f17718;hpb=eb941e8785d3742b8a6a1aac964d43dcb4cf49f0;p=gdcm.git diff --git a/src/gdcmHeaderIdo.cxx b/src/gdcmHeaderIdo.cxx index cc905fdc..91a9aecf 100644 --- a/src/gdcmHeaderIdo.cxx +++ b/src/gdcmHeaderIdo.cxx @@ -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" ||