Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 1809:5ed8769b17f9 worklists
disable worklist support if no plugin has registered callbacks
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 23 Nov 2015 17:02:42 +0100 |
parents | 2c60c357ee3e |
children | 580951a33583 |
comparison
equal
deleted
inserted
replaced
1808:9c2ffc4e938b | 1809:5ed8769b17f9 |
---|---|
209 void SignalOrthancStopped() | 209 void SignalOrthancStopped() |
210 { | 210 { |
211 SignalChangeInternal(OrthancPluginChangeType_OrthancStopped, OrthancPluginResourceType_None, NULL); | 211 SignalChangeInternal(OrthancPluginChangeType_OrthancStopped, OrthancPluginResourceType_None, NULL); |
212 } | 212 } |
213 | 213 |
214 bool HasWorklistHandler(); | |
214 | 215 |
215 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler(); | 216 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler(); |
216 }; | 217 }; |
217 } | 218 } |
218 | 219 |