aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/connect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-network/connect.hpp')
-rw-r--r--libcmix-network/connect.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcmix-network/connect.hpp b/libcmix-network/connect.hpp
new file mode 100644
index 0000000..7f5b5c3
--- /dev/null
+++ b/libcmix-network/connect.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <boost/asio/ip/tcp.hpp>
+#include <boost/asio/io_service.hpp>
+
+boost::asio::ip::tcp::socket connect(std::string host, std::string port, boost::asio::io_service& io_service);