Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
394:9784f19f7e1b | 397:941ea46e9e26 |
---|---|
45 | 45 |
46 enum StoreStatus | 46 enum StoreStatus |
47 { | 47 { |
48 StoreStatus_Success, | 48 StoreStatus_Success, |
49 StoreStatus_AlreadyStored, | 49 StoreStatus_AlreadyStored, |
50 StoreStatus_Failure | 50 StoreStatus_Failure, |
51 StoreStatus_FilteredOut // Removed by NewInstanceFilter | |
51 }; | 52 }; |
52 | 53 |
53 | 54 |
54 /** | 55 /** |
55 * WARNING: Do not change the explicit values in the enumerations | 56 * WARNING: Do not change the explicit values in the enumerations |