diff Core/Enumerations.h @ 1124:790ff7a5b3bf

IStorageArea abstraction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2014 16:28:34 +0200
parents e494ceb8d763
children 67c3c1e4a6e0
line wrap: on
line diff
--- a/Core/Enumerations.h	Fri Sep 05 15:59:04 2014 +0200
+++ b/Core/Enumerations.h	Fri Sep 05 16:28:34 2014 +0200
@@ -267,6 +267,7 @@
 
   enum FileContentType
   {
+    FileContentType_Unknown = 0,
     FileContentType_Dicom = 1,
     FileContentType_DicomAsJson = 2,