comparison OrthancServer/ServerEnumerations.h @ 206:4453a010d0db

flush to disk thread
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 12:03:18 +0100
parents 7f4acf490179
children e5d5d4a9a326
comparison
equal deleted inserted replaced
205:6ab754744446 206:4453a010d0db
33 33
34 #include <string> 34 #include <string>
35 35
36 namespace Orthanc 36 namespace Orthanc
37 { 37 {
38 enum GlobalProperty
39 {
40 GlobalProperty_FlushSleep = 1
41 };
42
38 enum SeriesStatus 43 enum SeriesStatus
39 { 44 {
40 SeriesStatus_Complete, 45 SeriesStatus_Complete,
41 SeriesStatus_Missing, 46 SeriesStatus_Missing,
42 SeriesStatus_Inconsistent, 47 SeriesStatus_Inconsistent,