Using MQTT on Dragonfly

Dependencies:   MQTT mbed mtsas

Revision:
2:d4dcf1ebaa99
Parent:
1:5a896191c3c4
--- a/TlsMQTTClient.hpp	Fri May 12 11:49:58 2017 +0000
+++ b/TlsMQTTClient.hpp	Fri May 19 12:42:57 2017 +0000
@@ -1,3 +1,6 @@
+#ifndef TLS_MQTT_CLIENT_HPTT
+#define TLS_MQTT_CLIENT_HPTT
+
 #include <ssl.h>
 #include <mbed.h>
 #include <mtsas.h>
@@ -105,3 +108,5 @@
     CYASSL *ssl;
     MQTTClient* mqttClient;
 };
+
+#endif