diff Orthanc/Core/Enumerations.h @ 141:9362080e5e3d

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Jul 2016 12:00:11 +0200
parents 3251ec958a29
children d850500b8ca6
line wrap: on
line diff
--- a/Orthanc/Core/Enumerations.h	Thu Jun 30 20:45:54 2016 +0200
+++ b/Orthanc/Core/Enumerations.h	Fri Jul 15 12:00:11 2016 +0200
@@ -385,6 +385,17 @@
     RequestOrigin_Lua
   };
 
+  enum ServerBarrierEvent
+  {
+    ServerBarrierEvent_Stop,
+    ServerBarrierEvent_Reload  // SIGHUP signal: reload configuration file
+  };
+
+  enum FileMode
+  {
+    FileMode_ReadBinary,
+    FileMode_WriteBinary
+  };
 
   /**
    * The value representations Orthanc knows about. They correspond to