14 |
|
#endif |
15 |
|
|
16 |
|
#include <menes-api/process.hpp> |
17 |
+ |
#include <menes-dbi/connection.hpp> |
18 |
|
#include <menes-waf/server.hpp> |
19 |
|
|
20 |
|
#include "BeepRemote.hpp" |
27 |
|
private: |
28 |
|
_H<api::Thread> block; |
29 |
|
_H<api::Process> process; |
30 |
+ |
_H<dbi::Connection> connection; |
31 |
|
const _L<ext::String>& extensions; |
32 |
< |
ext::RedBlackMap<ext::String, ext::String> shares; |
31 |
< |
ext::RedBlackSet<ext::String> media; |
32 |
> |
ext::RedBlackSet<ext::String> shares; |
33 |
|
int Destroy() { return process->Join(); } |
34 |
|
protected: |
35 |
|
virtual void Process(const net::Http::Request& request, net::Http::Response& response); |