comparison Plugins/Engine/OrthancPlugins.h @ 1645:1558b3226b18

IHttpExceptionFormatter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2015 15:55:17 +0200
parents 939b921b2c81
children 5e99a70b0635
comparison
equal deleted inserted replaced
1644:939b921b2c81 1645:1558b3226b18
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class OrthancPlugins : public boost::noncopyable 43 class OrthancPlugins : public boost::noncopyable
44 { 44 {
45 private:
46 PluginsErrorDictionary dictionary_;
47
48 public:
49 PluginsErrorDictionary& GetErrorDictionary()
50 {
51 return dictionary_;
52 }
53 }; 45 };
54 } 46 }
55 47
56 #else 48 #else
57 49