Skip to content
Snippets Groups Projects
Commit e85a6fe3 authored by Alessandro D'Uffizi's avatar Alessandro D'Uffizi
Browse files

fixed not c11 compilation

parent e1168c19
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,9 @@
using namespace chaos::micro_unit_toolkit::data;
using namespace chaos::micro_unit_toolkit::connection::connection_adapter::http;
using namespace chaos::micro_unit_toolkit::connection;
const chaos::micro_unit_toolkit::connection::ConnectionType HTTPConnectionAdapter::connection_type = chaos::micro_unit_toolkit::connection::ConnectionType::ConnectionTypeHTTP;
const chaos::micro_unit_toolkit::connection::ConnectionType HTTPConnectionAdapter::connection_type = ConnectionTypeHTTP;
HTTPConnectionAdapter::HTTPConnectionAdapter(const std::string& endpoint,
const std::string& connection_header):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment