Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 397:941ea46e9e26 lua-scripting
lua filter of new instances
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 02 May 2013 16:34:00 +0200 |
parents | 1082e8121d10 |
children | 2d269089078f |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Thu May 02 11:02:15 2013 +0200 +++ b/OrthancServer/ServerEnumerations.h Thu May 02 16:34:00 2013 +0200 @@ -47,7 +47,8 @@ { StoreStatus_Success, StoreStatus_AlreadyStored, - StoreStatus_Failure + StoreStatus_Failure, + StoreStatus_FilteredOut // Removed by NewInstanceFilter };