comparison OrthancServer/ServerEnumerations.h @ 407:2d269089078f

reintegration of lua scripting into mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 16:49:28 +0200
parents 4d5f0857ec9c 941ea46e9e26
children 2b09d4ee86c6
comparison
equal deleted inserted replaced
406:fb1d988a978b 407:2d269089078f
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