diff OrthancServer/OrthancHttpHandler.cpp @ 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.cpp	Wed Jul 01 11:08:23 2015 +0200
+++ b/OrthancServer/OrthancHttpHandler.cpp	Wed Jul 01 11:30:19 2015 +0200
@@ -57,8 +57,8 @@
   }
 
 
-  void OrthancHttpHandler::RegisterHandler(IHttpHandler& handler,
-                                           bool isOrthancRestApi)
+  void OrthancHttpHandler::Register(IHttpHandler& handler,
+                                    bool isOrthancRestApi)
   {
     handlers_.push_back(&handler);