comparison Plugins/Engine/PluginsEnumerations.h @ 1646:da799f767e5d

simplification in error casting with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2015 16:01:09 +0200
parents eb8fbcf008b5
children 5360cdba70d8
comparison
equal deleted inserted replaced
1645:1558b3226b18 1646:da799f767e5d
39 39
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 namespace Plugins 42 namespace Plugins
43 { 43 {
44 ErrorCode Convert(OrthancPluginErrorCode error);
45
46 OrthancPluginResourceType Convert(ResourceType type); 44 OrthancPluginResourceType Convert(ResourceType type);
47 45
48 OrthancPluginChangeType Convert(ChangeType type); 46 OrthancPluginChangeType Convert(ChangeType type);
49 47
50 OrthancPluginPixelFormat Convert(PixelFormat format); 48 OrthancPluginPixelFormat Convert(PixelFormat format);