Mercurial > hg > orthanc
diff Plugins/Engine/PluginsHttpHandler.h @ 904:2732b5f57d9c plugins
sample to forward dicom data
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Jun 2014 16:07:47 +0200 |
parents | 7d88f3f4a3b3 |
children | 9b8298234254 |
line wrap: on
line diff
--- a/Plugins/Engine/PluginsHttpHandler.h Wed Jun 18 15:26:35 2014 +0200 +++ b/Plugins/Engine/PluginsHttpHandler.h Wed Jun 18 16:07:47 2014 +0200 @@ -34,6 +34,7 @@ #include "PluginsManager.h" #include "../../Core/HttpServer/HttpHandler.h" +#include "../../OrthancServer/ServerContext.h" #include <list> #include <boost/shared_ptr.hpp> @@ -48,7 +49,7 @@ boost::shared_ptr<PImpl> pimpl_; public: - PluginsHttpHandler(); + PluginsHttpHandler(ServerContext& context); virtual ~PluginsHttpHandler();