diff Core/Enumerations.h @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents 790ff7a5b3bf
children 200fcac0deb4
line wrap: on
line diff
--- a/Core/Enumerations.h	Tue Sep 09 12:53:49 2014 +0200
+++ b/Core/Enumerations.h	Tue Sep 09 15:55:43 2014 +0200
@@ -73,7 +73,8 @@
     ErrorCode_ReadOnly,
     ErrorCode_IncompatibleImageFormat,
     ErrorCode_IncompatibleImageSize,
-    ErrorCode_SharedLibrary
+    ErrorCode_SharedLibrary,
+    ErrorCode_Plugin
   };
 
   /**
@@ -267,6 +268,8 @@
 
   enum FileContentType
   {
+    // If you add a value below, insert it in "PluginStorageArea" in
+    // the file "Plugins/Engine/OrthancPlugins.cpp"
     FileContentType_Unknown = 0,
     FileContentType_Dicom = 1,
     FileContentType_DicomAsJson = 2,