diff Core/Enumerations.h @ 2017:08ce34cfacad

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 Jun 2016 15:49:10 +0200
parents 655489d9165d
children 7a969f235adf
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon Jun 13 15:26:20 2016 +0200
+++ b/Core/Enumerations.h	Mon Jun 13 15:49:10 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