Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-09 08:28:01

0001 //
0002 // Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 
0008 #ifndef BOOST_MYSQL_DETAIL_SSL_FWD_HPP
0009 #define BOOST_MYSQL_DETAIL_SSL_FWD_HPP
0010 
0011 // SSL headers are heavyweight
0012 namespace boost {
0013 namespace asio {
0014 namespace ssl {
0015 
0016 class context;
0017 
0018 }  // namespace ssl
0019 }  // namespace asio
0020 }  // namespace boost
0021 
0022 #endif