From 6b0a8039a56581d02e6b5ee60bc29d9af22966e1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 12 Mar 2014 14:17:51 -0400 Subject: [PATCH] Force websocketpp to use no threading --- src/accounts/hatchet/sip/hatchet_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/accounts/hatchet/sip/hatchet_config.hpp b/src/accounts/hatchet/sip/hatchet_config.hpp index 8a33295bc..589f2a18a 100644 --- a/src/accounts/hatchet/sip/hatchet_config.hpp +++ b/src/accounts/hatchet/sip/hatchet_config.hpp @@ -29,6 +29,8 @@ #ifndef WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP #define WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP +#define _WEBSOCKETPP_NO_THREADING_ + #include #include #include @@ -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;