Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-wifi-milkcocoa MilkcocoaOsSample_Eth MilkcocoaOsSample_ESP8266 MilkcocoaOsSample_Eth_DigitalIn
Diff: MQTT/MQTTClient.h
- Revision:
- 8:e2f15b1b4f70
- Parent:
- 1:8e4149b53a8a
diff -r f1e123331cad -r e2f15b1b4f70 MQTT/MQTTClient.h
--- a/MQTT/MQTTClient.h Thu Jun 01 05:33:50 2017 +0000
+++ b/MQTT/MQTTClient.h Wed Jun 14 07:48:45 2017 +0000
@@ -230,10 +230,10 @@
struct MessageHandlers
{
const char* topicFilter;
- FP<void, MessageData&> fp;
+ FP_<void, MessageData&> fp;
} messageHandlers[MAX_MESSAGE_HANDLERS]; // Message handlers are indexed by subscription topic
- FP<void, MessageData&> defaultMessageHandler;
+ FP_<void, MessageData&> defaultMessageHandler;
bool isconnected;