Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsEnumerations.h @ 1626:8dc468f44661
mapping of error codes from plugins to Orthanc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Sep 2015 14:28:47 +0200 |
parents | c17b1142caab |
children | eb8fbcf008b5 |
comparison
equal
deleted
inserted
replaced
1625:c17b1142caab | 1626:8dc468f44661 |
---|---|
38 | 38 |
39 namespace Orthanc | 39 namespace Orthanc |
40 { | 40 { |
41 namespace Plugins | 41 namespace Plugins |
42 { | 42 { |
43 ErrorCode Convert(OrthancPluginErrorCode error); | |
44 | |
43 OrthancPluginResourceType Convert(ResourceType type); | 45 OrthancPluginResourceType Convert(ResourceType type); |
44 | 46 |
45 OrthancPluginChangeType Convert(ChangeType type); | 47 OrthancPluginChangeType Convert(ChangeType type); |
46 | 48 |
47 OrthancPluginPixelFormat Convert(PixelFormat format); | 49 OrthancPluginPixelFormat Convert(PixelFormat format); |