comparison OrthancServer/ServerContext.cpp @ 410:b2c6cc90288c

reintegration from lua-scripting
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2013 12:23:32 +0200
parents 63f707278fc8
children 08eca5d86aad
comparison
equal deleted inserted replaced
407:2d269089078f 410:b2c6cc90288c
98 call.PushJSON(simplified); 98 call.PushJSON(simplified);
99 call.PushString(remoteAet); 99 call.PushString(remoteAet);
100 100
101 if (!call.ExecutePredicate()) 101 if (!call.ExecutePredicate())
102 { 102 {
103 LOG(INFO) << "An incoming instance has been discarded by a filter"; 103 LOG(INFO) << "An incoming instance has been discarded by the filter";
104 return StoreStatus_FilteredOut; 104 return StoreStatus_FilteredOut;
105 } 105 }
106 } 106 }
107 107
108 if (compressionEnabled_) 108 if (compressionEnabled_)