Mercurial > hg > orthanc
diff OrthancServer/main.cpp @ 1232:f1c01451a8ee
Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Dec 2014 17:04:40 +0100 |
parents | 5bd4c9f85b4c |
children | aea9277dee75 |
line wrap: on
line diff
--- a/OrthancServer/main.cpp Fri Nov 28 12:39:22 2014 +0100 +++ b/OrthancServer/main.cpp Thu Dec 04 17:04:40 2014 +0100 @@ -519,7 +519,7 @@ pluginsManager.RegisterServiceProvider(orthancPlugins); LoadPlugins(pluginsManager); httpServer.RegisterHandler(orthancPlugins); - context.SetOrthancPlugins(orthancPlugins); + context.SetOrthancPlugins(pluginsManager, orthancPlugins); #endif httpServer.RegisterHandler(staticResources);