comparison Core/SerializationToolbox.cpp @ 3128:972cc98959a3 db-changes

fix build of civetweb for Visual Studio 2008 and LSB
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 12:14:30 +0100
parents 4e43e67f8ecf
children ae866fc06df5 94f4a18a79cc
comparison
equal deleted inserted replaced
3127:e678a2b1a25b 3128:972cc98959a3
51 try 51 try
52 { 52 {
53 tag = FromDcmtkBridge::ParseTag(name); 53 tag = FromDcmtkBridge::ParseTag(name);
54 return true; 54 return true;
55 } 55 }
56 catch (OrthancException& e) 56 catch (OrthancException&)
57 { 57 {
58 return false; 58 return false;
59 } 59 }
60 #else 60 #else
61 return DicomTag::ParseHexadecimal(tag, name); 61 return DicomTag::ParseHexadecimal(tag, name);