1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Force websocketpp to use no threading

This commit is contained in:
Jeff Mitchell
2014-03-12 14:17:51 -04:00
parent b6bad91427
commit 6b0a8039a5

View File

@@ -29,6 +29,8 @@
#ifndef WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP
#define WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP
#define _WEBSOCKETPP_NO_THREADING_
#include <websocketpp/config/core_client.hpp>
#include <websocketpp/transport/iostream/endpoint.hpp>
#include <websocketpp/concurrency/none.hpp>
@@ -39,8 +41,6 @@ namespace config {
struct hatchet_client : public core_client {
typedef hatchet_client type;
typedef websocketpp::concurrency::none concurrency_type;
typedef core_client::request_type request_type;
typedef core_client::response_type response_type;