2019-08-21 03:18:09 +08:00
|
|
|
diff --git a/src/mqtt/async_client.h b/src/mqtt/async_client.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 4bbd95c..9db5746 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/async_client.h
|
|
|
|
+++ b/src/mqtt/async_client.h
|
2020-05-16 07:57:28 +08:00
|
|
|
@@ -25,7 +25,7 @@
|
2019-08-21 03:18:09 +08:00
|
|
|
#ifndef __mqtt_async_client_h
|
|
|
|
#define __mqtt_async_client_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include "mqtt/token.h"
|
|
|
|
#include "mqtt/string_collection.h"
|
|
|
|
diff --git a/src/mqtt/callback.h b/src/mqtt/callback.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 434b979..2d2ee1f 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/callback.h
|
|
|
|
+++ b/src/mqtt/callback.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_callback_h
|
|
|
|
#define __mqtt_callback_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/delivery_token.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include <vector>
|
|
|
|
diff --git a/src/mqtt/connect_options.h b/src/mqtt/connect_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 891bd01..2046b93 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/connect_options.h
|
|
|
|
+++ b/src/mqtt/connect_options.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_connect_options_h
|
|
|
|
#define __mqtt_connect_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include "mqtt/message.h"
|
|
|
|
#include "mqtt/topic.h"
|
|
|
|
diff --git a/src/mqtt/delivery_token.h b/src/mqtt/delivery_token.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index b70d582..ee1b306 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/delivery_token.h
|
|
|
|
+++ b/src/mqtt/delivery_token.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_delivery_token_h
|
|
|
|
#define __mqtt_delivery_token_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/token.h"
|
|
|
|
#include "mqtt/message.h"
|
|
|
|
#include <memory>
|
|
|
|
diff --git a/src/mqtt/disconnect_options.h b/src/mqtt/disconnect_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index d2ebdbf..6eb3e9a 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/disconnect_options.h
|
|
|
|
+++ b/src/mqtt/disconnect_options.h
|
|
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#ifndef __mqtt_disconnect_options_h
|
|
|
|
#define __mqtt_disconnect_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
#include "mqtt/types.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
#include "mqtt/token.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
#include "mqtt/properties.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
diff --git a/src/mqtt/exception.h b/src/mqtt/exception.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index cdcd2fc..11ddc7d 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/exception.h
|
|
|
|
+++ b/src/mqtt/exception.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_exception_h
|
|
|
|
#define __mqtt_exception_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include <vector>
|
|
|
|
#include <memory>
|
|
|
|
diff --git a/src/mqtt/iaction_listener.h b/src/mqtt/iaction_listener.h
|
|
|
|
index 1e34577..2af8c1b 100644
|
|
|
|
--- a/src/mqtt/iaction_listener.h
|
|
|
|
+++ b/src/mqtt/iaction_listener.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_iaction_listener_h
|
|
|
|
#define __mqtt_iaction_listener_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
diff --git a/src/mqtt/iclient_persistence.h b/src/mqtt/iclient_persistence.h
|
|
|
|
index 852ec8e..aa721bc 100644
|
|
|
|
--- a/src/mqtt/iclient_persistence.h
|
|
|
|
+++ b/src/mqtt/iclient_persistence.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_iclient_persistence_h
|
|
|
|
#define __mqtt_iclient_persistence_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include "mqtt/buffer_view.h"
|
|
|
|
#include "mqtt/string_collection.h"
|
|
|
|
diff --git a/src/mqtt/message.h b/src/mqtt/message.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 5d64e8d..9f7096a 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/message.h
|
|
|
|
+++ b/src/mqtt/message.h
|
2020-05-16 07:57:28 +08:00
|
|
|
@@ -25,7 +25,7 @@
|
2019-08-21 03:18:09 +08:00
|
|
|
#ifndef __mqtt_message_h
|
|
|
|
#define __mqtt_message_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/buffer_ref.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
#include "mqtt/properties.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
#include "mqtt/exception.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
diff --git a/src/mqtt/properties.h b/src/mqtt/properties.h
|
|
|
|
index bbe977c..fa55560 100644
|
|
|
|
--- a/src/mqtt/properties.h
|
|
|
|
+++ b/src/mqtt/properties.h
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#define __mqtt_properties_h
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
- #include "MQTTProperties.h"
|
|
|
|
+ #include "paho-mqtt/MQTTProperties.h"
|
|
|
|
}
|
|
|
|
|
|
|
|
#include "mqtt/types.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
diff --git a/src/mqtt/response_options.h b/src/mqtt/response_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 48f7831..7ec94e4 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/response_options.h
|
|
|
|
+++ b/src/mqtt/response_options.h
|
|
|
|
@@ -7,7 +7,7 @@
|
|
|
|
#ifndef __mqtt_response_options_h
|
|
|
|
#define __mqtt_response_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/token.h"
|
|
|
|
#include "mqtt/delivery_token.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
#include "subscribe_options.h"
|
|
|
|
diff --git a/src/mqtt/server_response.h b/src/mqtt/server_response.h
|
|
|
|
index 7f0fe72..4d0fb2c 100644
|
|
|
|
--- a/src/mqtt/server_response.h
|
|
|
|
+++ b/src/mqtt/server_response.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_server_response_h
|
|
|
|
#define __mqtt_server_response_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include "mqtt/properties.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
|
|
|
|
diff --git a/src/mqtt/ssl_options.h b/src/mqtt/ssl_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index f44607c..cdd2cdc 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/ssl_options.h
|
|
|
|
+++ b/src/mqtt/ssl_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
@@ -27,7 +27,7 @@
|
2019-08-21 03:18:09 +08:00
|
|
|
#ifndef __mqtt_ssl_options_h
|
|
|
|
#define __mqtt_ssl_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/message.h"
|
|
|
|
#include "mqtt/topic.h"
|
|
|
|
#include "mqtt/types.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
diff --git a/src/mqtt/subscribe_options.h b/src/mqtt/subscribe_options.h
|
|
|
|
index 753c811..5f0d86c 100644
|
|
|
|
--- a/src/mqtt/subscribe_options.h
|
|
|
|
+++ b/src/mqtt/subscribe_options.h
|
|
|
|
@@ -24,8 +24,8 @@
|
|
|
|
#ifndef __mqtt_subscribe_options_h
|
|
|
|
#define __mqtt_subscribe_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
-#include "MQTTSubscribeOpts.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTSubscribeOpts.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
|
|
|
|
namespace mqtt {
|
2019-08-21 03:18:09 +08:00
|
|
|
diff --git a/src/mqtt/token.h b/src/mqtt/token.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index efb1659..d0b2dee 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/token.h
|
|
|
|
+++ b/src/mqtt/token.h
|
2020-05-16 07:57:28 +08:00
|
|
|
@@ -25,7 +25,7 @@
|
2019-08-21 03:18:09 +08:00
|
|
|
#ifndef __mqtt_token_h
|
|
|
|
#define __mqtt_token_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/iaction_listener.h"
|
|
|
|
#include "mqtt/exception.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
diff --git a/src/mqtt/topic.h b/src/mqtt/topic.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index 618eb85..555de60 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/topic.h
|
|
|
|
+++ b/src/mqtt/topic.h
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#ifndef __mqtt_topic_h
|
|
|
|
#define __mqtt_topic_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/delivery_token.h"
|
2020-05-16 07:57:28 +08:00
|
|
|
#include "mqtt/subscribe_options.h"
|
2019-08-21 03:18:09 +08:00
|
|
|
#include "mqtt/message.h"
|
|
|
|
diff --git a/src/mqtt/will_options.h b/src/mqtt/will_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
index a685a96..7bfc46e 100644
|
2019-08-21 03:18:09 +08:00
|
|
|
--- a/src/mqtt/will_options.h
|
|
|
|
+++ b/src/mqtt/will_options.h
|
2020-05-16 07:57:28 +08:00
|
|
|
@@ -26,7 +26,7 @@
|
2019-08-21 03:18:09 +08:00
|
|
|
#ifndef __mqtt_will_options_h
|
|
|
|
#define __mqtt_will_options_h
|
|
|
|
|
|
|
|
-#include "MQTTAsync.h"
|
|
|
|
+#include "paho-mqtt/MQTTAsync.h"
|
|
|
|
#include "mqtt/types.h"
|
|
|
|
#include "mqtt/message.h"
|
|
|
|
#include "mqtt/topic.h"
|