diff OrthancServer/OrthancHttpHandler.h @ 1443:895ab369d63c

refactoring: OrthancHttpHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 11:30:19 +0200
parents 4ff8dd753d79
children d26c8a93d05a
line wrap: on
line diff
--- a/OrthancServer/OrthancHttpHandler.h	Wed Jul 01 11:08:23 2015 +0200
+++ b/OrthancServer/OrthancHttpHandler.h	Wed Jul 01 11:30:19 2015 +0200
@@ -56,8 +56,8 @@
                         const GetArguments& getArguments,
                         const std::string& body);
 
-    void RegisterHandler(IHttpHandler& handler,
-                         bool isOrthancRestApi);
+    void Register(IHttpHandler& handler,
+                  bool isOrthancRestApi);
 
     bool HasOrthancRestApi() const
     {