diff Core/HttpServer/MongooseServer.h @ 899:bb0a51561016 plugins

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jun 2014 13:29:09 +0200
parents 7e8cde5905fd
children 7d88f3f4a3b3
line wrap: on
line diff
--- a/Core/HttpServer/MongooseServer.h	Wed Jun 18 09:18:28 2014 +0200
+++ b/Core/HttpServer/MongooseServer.h	Wed Jun 18 13:29:09 2014 +0200
@@ -100,7 +100,7 @@
     void RegisterUser(const char* username,
                       const char* password);
 
-    void RegisterHandler(HttpHandler* handler);  // This takes the ownership
+    void RegisterHandler(HttpHandler& handler);
 
     bool IsAuthenticationEnabled() const
     {