mirror of
				https://github.com/boostorg/mqtt5.git
				synced 2025-11-04 01:41:37 +01:00 
			
		
		
		
	Summary: related to T13651 - separate code related to reason codes into their own header - introduce new connection error codes that will be return when a non-recoverable error occurs in connect_op - add appropriate coverage tests Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27808
		
			
				
	
	
		
			11 lines
		
	
	
		
			264 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			264 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef ASYNC_MQTT5_HPP
 | 
						|
#define ASYNC_MQTT5_HPP
 | 
						|
 | 
						|
#include <async_mqtt5/error.hpp>
 | 
						|
#include <async_mqtt5/mqtt_client.hpp>
 | 
						|
#include <async_mqtt5/property_types.hpp>
 | 
						|
#include <async_mqtt5/reason_codes.hpp>
 | 
						|
#include <async_mqtt5/types.hpp>
 | 
						|
 | 
						|
#endif // !ASYNC_MQTT5_HPP
 |