comparison Plugins/Samples/Common/OrthancPluginCppWrapper.cpp @ 3422:8b4169a88039

ORTHANC_PLUGINS_API using visibility
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 14:49:12 +0200
parents decbede6e3ad
children 00737cd21f40
comparison
equal deleted inserted replaced
3421:decbede6e3ad 3422:8b4169a88039
1296 { 1296 {
1297 return false; 1297 return false;
1298 } 1298 }
1299 else 1299 else
1300 { 1300 {
1301 if (!answer.IsEmpty()) // i.e, on a PUT to metadata/..., orthand returns an empty response 1301 if (!answer.IsEmpty()) // i.e, on a PUT to metadata/..., orthanc returns an empty response
1302 { 1302 {
1303 answer.ToJson(result); 1303 answer.ToJson(result);
1304 } 1304 }
1305 return true; 1305 return true;
1306 } 1306 }