comparison 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
comparison
equal deleted inserted replaced
898:7000fc86fe62 899:bb0a51561016
98 void ClearUsers(); 98 void ClearUsers();
99 99
100 void RegisterUser(const char* username, 100 void RegisterUser(const char* username,
101 const char* password); 101 const char* password);
102 102
103 void RegisterHandler(HttpHandler* handler); // This takes the ownership 103 void RegisterHandler(HttpHandler& handler);
104 104
105 bool IsAuthenticationEnabled() const 105 bool IsAuthenticationEnabled() const
106 { 106 {
107 return authentication_; 107 return authentication_;
108 } 108 }