diff Plugins/Engine/OrthancPlugins.h @ 1133:382e162c074c

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 10:45:14 +0200
parents f739d3f6cfcf
children 67c3c1e4a6e0
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Tue Sep 09 10:43:23 2014 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Tue Sep 09 10:45:14 2014 +0200
@@ -43,7 +43,7 @@
 
 namespace Orthanc
 {
-  class PluginsHttpHandler : public HttpHandler, public IPluginServiceProvider
+  class OrthancPlugins : public HttpHandler, public IPluginServiceProvider
   {
   private:
     struct PImpl;
@@ -80,9 +80,9 @@
     void SetCookie(const void* parameters);
 
   public:
-    PluginsHttpHandler(ServerContext& context);
+    OrthancPlugins(ServerContext& context);
 
-    virtual ~PluginsHttpHandler();
+    virtual ~OrthancPlugins();
 
     virtual bool Handle(HttpOutput& output,
                         HttpMethod method,