blob: cba177cf4c170dbf3474c3c92b67e6af451d42d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* File: smart_socket.hpp
* Purpose: Smart Socket helpers.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
*/
#ifndef __OCL_SMART_SOCKET
#define __OCL_SMART_SOCKET
#include <ocl/detail/config.hpp>
#include <ocl/unique_socket.hpp>
#include <boost/asio.hpp>
#endif // __OCL_SMART_SOCKET
|