diff Plugins/Engine/PluginsEnumerations.cpp @ 1671:2f2e2ec17bc4 db-changes

sample database plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Oct 2015 17:44:43 +0200
parents a412ad57f0f9
children 5e99a70b0635
line wrap: on
line diff
--- a/Plugins/Engine/PluginsEnumerations.cpp	Thu Oct 01 14:03:07 2015 +0200
+++ b/Plugins/Engine/PluginsEnumerations.cpp	Thu Oct 01 17:44:43 2015 +0200
@@ -210,7 +210,7 @@
     }
 
 
-
+#if !defined(ORTHANC_ENABLE_DCMTK) || ORTHANC_ENABLE_DCMTK != 0
     DcmEVR Convert(OrthancPluginValueRepresentation vr)
     {
       switch (vr)
@@ -300,5 +300,6 @@
           throw OrthancException(ErrorCode_ParameterOutOfRange);
       }
     }
+#endif
   }
 }