diff Core/OrthancException.cpp @ 885:0570a8c859cb plugins

SharedLibrary class
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2014 16:53:28 +0200
parents 839be3022203
children 64f1842aae2e
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Sat Jun 14 16:04:15 2014 +0200
+++ b/Core/OrthancException.cpp	Sat Jun 14 16:53:28 2014 +0200
@@ -121,6 +121,9 @@
       case ErrorCode_IncompatibleImageFormat:
         return "Incompatible format of the images";
 
+      case ErrorCode_SharedLibrary:
+        return "Error while using a shared library (plugin)";
+
       case ErrorCode_Custom:
       default:
         return "???";