diff options
Diffstat (limited to 'include/ocl/smart_socket.hpp')
| -rw-r--r-- | include/ocl/smart_socket.hpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/ocl/smart_socket.hpp b/include/ocl/smart_socket.hpp deleted file mode 100644 index 331f86d..0000000 --- a/include/ocl/smart_socket.hpp +++ /dev/null @@ -1,21 +0,0 @@ -/* - * 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> - -#ifndef __OCL_FREESTANDING -#include <boost/asio.hpp> - -#ifdef OCL_POSIX -#include <ocl/posix/unique_socket.hpp> -#endif -#endif // !__OCL_FREESTANDING - -#endif // __OCL_SMART_SOCKET
\ No newline at end of file |
