async_mqtt 9.0.1
Loading...
Searching...
No Matches
stream_fwd.hpp
1// Copyright Takatoshi Kondo 2022
2//
3// Distributed under the Boost Software License, Version 1.0.
4// (See accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt)
6
7#if !defined(ASYNC_MQTT_UTIL_STREAM_FWD_HPP)
8#define ASYNC_MQTT_UTIL_STREAM_FWD_HPP
9
10namespace async_mqtt {
11
12template <typename NextLayer>
13class stream;
14
15} // namespace async_mqtt
16
17#endif // ASYNC_MQTT_UTIL_STREAM_FWD_HPP