Mercurial > hg > orthanc
comparison Plugins/Engine/IPluginServiceProvider.h @ 899:bb0a51561016 plugins
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Jun 2014 13:29:09 +0200 |
parents | 7000fc86fe62 |
children | 9b8298234254 |
comparison
equal
deleted
inserted
replaced
898:7000fc86fe62 | 899:bb0a51561016 |
---|---|
39 namespace Orthanc | 39 namespace Orthanc |
40 { | 40 { |
41 class IPluginServiceProvider : boost::noncopyable | 41 class IPluginServiceProvider : boost::noncopyable |
42 { | 42 { |
43 public: | 43 public: |
44 virtual ~IPluginServiceProvider(); | 44 virtual ~IPluginServiceProvider() |
45 { | |
46 } | |
45 | 47 |
46 virtual bool Handle(OrthancPluginService service, | 48 virtual bool InvokeService(OrthancPluginService service, |
47 const void* parameters) = 0; | 49 const void* parameters) = 0; |
48 }; | 50 }; |
49 } | 51 } |