10 |
|
#include <menes-app/simple.hpp> |
11 |
|
#include <menes-dbi/driver.hpp> |
12 |
|
#include <menes-dbi/resultset.hpp> |
13 |
< |
#include <menes-etl/fnbind.hpp> |
13 |
> |
#include <menes-hop/bind.hpp> |
14 |
|
#include <menes-ios/helpers.hpp> |
15 |
|
#include <menes-net/http/request.hpp> |
16 |
|
#include <menes-net/http/response.hpp> |
105 |
|
{ |
106 |
|
if (!process.IsEmpty()) |
107 |
|
{ |
108 |
< |
_H<api::Thread> thread(new api::Thread(etl::BindAll(&DecentralizedMedia::Destroy, this))); |
108 |
> |
_H<api::Thread> thread(new api::Thread(hop::BindAll(&DecentralizedMedia::Destroy, this))); |
109 |
|
|
110 |
|
bmp.Quit(); |
111 |
|
|