Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 08:38:23

0001 //
0002 // Copyright (c) 2023-2025 Ivica Siladic, Bruno Iljazovic, Korina Simicevic
0003 //
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 
0008 #ifndef BOOST_MQTT5_WEBSOCKET_SSL_HPP
0009 #define BOOST_MQTT5_WEBSOCKET_SSL_HPP
0010 
0011 #include <boost/mqtt5/ssl.hpp>
0012 #include <boost/mqtt5/websocket.hpp>
0013 
0014 #include <boost/beast/websocket/ssl.hpp>
0015 
0016 #endif // !BOOST_MQTT5_WEBSOCKET_SSL_HPP