comparison Core/HttpServer/MongooseServer.h @ 24:166664f0f860

base64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 10:42:43 +0200
parents 62bd05fe4b7c
children dd1489098265
comparison
equal deleted inserted replaced
23:62bd05fe4b7c 24:166664f0f860
39 boost::shared_ptr<PImpl> pimpl_; 39 boost::shared_ptr<PImpl> pimpl_;
40 40
41 typedef std::list<HttpHandler*> Handlers; 41 typedef std::list<HttpHandler*> Handlers;
42 Handlers handlers_; 42 Handlers handlers_;
43 43
44 typedef std::map<std::string, std::string> RegisteredUsers; 44 typedef std::set<std::string> RegisteredUsers;
45 RegisteredUsers registeredUsers_; 45 RegisteredUsers registeredUsers_;
46 46
47 bool ssl_; 47 bool ssl_;
48 std::string certificate_; 48 std::string certificate_;
49 uint16_t port_; 49 uint16_t port_;